blob: 8a420f7203cacbfa45255feabf11aaa874a9d4be [file]
fn main() {
let extern = 0; //~ ERROR expected identifier, found keyword `extern`
}