rust/tests/ui/error-codes/E0454.rs
2023-01-11 09:32:08 +00:00

6 lines
65 B
Rust

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