| Current Path : /usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/cbindgen/tests/rust/ |
| Current File : //usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/cbindgen/tests/rust/const_conflict.rs |
#[repr(C)]
struct Foo {}
impl Foo {
const FOO: i32 = 0;
}
pub const Foo_FOO: u32 = 42;