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