rust/tests/ui/error-codes/E0459.rs

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

5 lines
69 B
Rust
Raw Normal View History

2020-09-01 21:12:52 +00:00
#[link(kind = "dylib")] extern "C" {} //~ ERROR E0459
2016-08-19 14:44:47 +00:00
fn main() {
}