blob: 6775290a26bd5a1325e44947e32e7841f8c22513 [file] [log] [blame]
#![feature(extern_in_paths)]
fn main() {
let extern = 0; //~ ERROR cannot find unit struct/variant or constant `extern` in this scope
}