Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/try
/
.
/
tests
/
headers
/
const_bool.hpp
blob: 633a7c90778ac9398a33bedb35b48e70fb7c6c4e [
file
] [
log
] [
blame
] [
edit
]
// bindgen-unstable
const
bool
k
=
true
;
struct
A
{
static
const
bool
k
=
false
;
};
typedef
bool
foo
;
const
foo k2
=
true
;