blob: 258e50f26ef846597c25be58b172c04d0b89897d [file] [log] [blame]
#[repr(C)]
struct Foo {
a: char,
}
#[no_mangle]
pub extern "C" fn root(a: Foo) {}