| 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/mangle.rs |
#[repr(C)]
pub struct Foo<T> {
a: T,
}
pub type Boo = Foo<u8>;
#[no_mangle]
pub extern "C" fn root(
x: Boo,
) { }