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