1 2 3 4 5 6
// Top-level ill-formed #[link] //~ ERROR malformed #[link = "foo"] //~ ERROR malformed extern "C" {} fn main() {}