Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
2426dd68cd12e0ac022bca18efb9c7d0acd27e12
/
.
/
bindgen-tests
/
tests
/
headers
/
win32-thiscall.hpp
blob: d4e3976303f11ec12f6f3d725795320d96372ea2 [
file
] [
log
] [
blame
]
// bindgen-flags: \-\-rust-target=1.33 -- --target=i686-pc-windows-msvc
class
Foo
{
public
:
void
test
();
int
test2
(
int
var
);
};