Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/main
/
.
/
bindgen-tests
/
tests
/
headers
/
win32-thiscall.hpp
blob: 4651f809a10c13d97ec65949f179d2a8376bb6ef [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --raw-line "#![cfg(not(test))]" -- --target=i686-pc-windows-msvc
class
Foo
{
public
:
void
test
();
int
test2
(
int
var
);
};