| 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/inner_mod.rs |
mod foo {
#[repr(C)]
struct Foo {
x: f32,
}
}
#[no_mangle]
pub extern "C" fn root(a: foo::Foo)
{ }