xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
inner_const.hpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
2
class
Foo
{
3
static
int
BOO
;
4
static
Foo
whatever
;
5
int
bar
;
6
};
7