Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
assoc_const_conflict.rs
blob: 7907e32b0224efd470e7bf4aea6e4dc0c7cda88c [
file
] [
log
] [
blame
]
#[
repr
(
C
)]
struct
Foo
{}
pub
const
Foo_FOO
:
u32
=
42
;
impl
Foo
{
const
FOO
:
i32
=
0
;
}