summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0045.rs
blob: fb3df56f706b66e6045adf73340f673fc4fbc565 (plain)
1
2
3
4
extern "Rust" { fn foo(x: u8, ...); }   //~ ERROR E0045

fn main() {
}