index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindgen-tests
/
tests
/
headers
/
gen-constructors-neg.hpp
blob: 2dd491c4fde704dddb9b754c82dba25a1759e011 (
plain
)
1
2
3
4
5
6
// bindgen-flags: --generate types,functions
class
Foo
{
public
:
Foo
(
int
a
);
};