8 lines
79 B
Rust
8 lines
79 B
Rust
extern {
|
|
fn foo((a, b): (u32, u32));
|
|
//~^ ERROR E0130
|
|
}
|
|
|
|
fn main() {
|
|
}
|