const_conflict.rs 94 B

123456789
  1. #[repr(C)]
  2. struct Foo {}
  3. impl Foo {
  4. const FOO: i32 = 0;
  5. }
  6. pub const Foo_FOO: u32 = 42;