2018-12-25 21:08:33 -07:00

8 lines
79 B
Rust

extern {
fn foo((a, b): (u32, u32));
//~^ ERROR E0130
}
fn main() {
}