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