1 2 3 4 5 6
extern "C" { fn lol() { //~ ERROR incorrect function inside `extern` block println!(""); } } fn main() {}