Skip to content

Commit 5c14227

Browse files
committed
Add a thiscall_abi test for stable Rust 1.73.
1 parent 093be36 commit 5c14227

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

bindgen-tests/tests/expectations/tests/win32-thiscall_1_73.rs

+41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// bindgen-flags: --rust-target=1.73 --raw-line '#![cfg(target = "i686-pc-windows-msvc")]' -- --target=i686-pc-windows-msvc
2+
3+
class Foo {
4+
public:
5+
void test();
6+
int test2(int var);
7+
};

0 commit comments

Comments
 (0)