mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 00:03:49 +00:00
7 lines
116 B
Rust
7 lines
116 B
Rust
// Top-level ill-formed
|
|
#[link] //~ ERROR malformed
|
|
#[link = "foo"] //~ ERROR malformed
|
|
extern "C" {}
|
|
|
|
fn main() {}
|