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

5 lines
71 B
Rust

extern "Rust" { fn foo(x: u8, ...); } //~ ERROR E0045
fn main() {
}