| 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/extern.rs |
#[repr(C)]
struct Normal {
x: i32,
y: f32,
}
extern "C" {
fn foo() -> i32;
fn bar(a: Normal);
}