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
/
tests
/
headers
/
inner_const.hpp
blob: 25c2e603a6f6a3b0b397f9ea02b2dfb52bf80bd1 (
plain
)
1
2
3
4
5
6
class
Foo
{
static int
BOO
;
static
Foo whatever
;
int
bar
;
};