blob: d523507899fbcfd71f0fdf360d98fbdb94c57143 [file] [log] [blame] [edit]
extern "C" {
fn foo((a, b): (u32, u32));
//~^ ERROR E0130
}
fn main() {}