Sign in
android
/
platform
/
external
/
rust
/
crates
/
cbindgen
/
4f3b9773ed1d8cac8f669bc84613aae4734fd808
/
.
/
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
;
}