blob: fb3df56f706b66e6045adf73340f673fc4fbc565 [file] [log] [blame]
extern "Rust" { fn foo(x: u8, ...); } //~ ERROR E0045
fn main() {
}