Skip to content

Commit

Permalink
Add a thiscall_abi test for stable Rust 1.73.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorc committed Jan 12, 2024
1 parent 093be36 commit 5c14227
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
41 changes: 41 additions & 0 deletions bindgen-tests/tests/expectations/tests/win32-thiscall_1_73.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions bindgen-tests/tests/headers/win32-thiscall_1_73.hpp
Original file line number Diff line number Diff line change
@@ -0,0 1,7 @@
// bindgen-flags: --rust-target=1.73 --raw-line '#![cfg(target = "i686-pc-windows-msvc")]' -- --target=i686-pc-windows-msvc

class Foo {
public:
void test();
int test2(int var);
};

0 comments on commit 5c14227

Please sign in to comment.