rust/src/test/ui/error-codes/E0454.rs
2021-01-13 07:49:16 -05:00

5 lines
65 B
Rust

#[link(name = "")] extern "C" {}
//~^ ERROR E0454
fn main() {
}