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