Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/try
/
.
/
tests
/
headers
/
var-tracing.hpp
blob: 0d0b0ccac23ae417dd26585fbe33985589dcf837 [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --whitelist-type Baz
struct
Bar
{
const
int
m_baz
;
Bar
(
int
baz
);
};
class
Baz
{
static
const
Bar
FOO
[];
};