rust/tests/ui/extern/extern-empty-string-issue-1...

4 lines
59 B
Rust

extern "" {} //~ ERROR invalid ABI: found ``
fn main() {}