1
Fork 0
rust/tests/ui/error-codes/E0454.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
65 B
Rust
Raw Normal View History

2020-09-01 17:12:52 -04:00
#[link(name = "")] extern "C" {}
//~^ ERROR E0454
2016-08-19 16:44:47 +02:00
fn main() {
}