rustc/tests/ui/error-codes/E0454.rs
2023-08-02 10:33:26 +02:00

6 lines
65 B
Rust

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