]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0045.rs
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / error-codes / E0045.rs
1 extern "Rust" { fn foo(x: u8, ...); }   //~ ERROR E0045
2
3 fn main() {
4 }