Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/try
/
.
/
tests
/
headers
/
gen-constructors.hpp
blob: 809d6ef9985809bea279cbb9379aeb47cddc1f1a [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --generate types,constructors,functions
class
Foo
{
public
:
Foo
(
int
a
);
};