summaryrefslogtreecommitdiffstats
path: root/src/test/ui/keyword/extern/keyword-extern-as-identifier-pat.rs
blob: 8a420f7203cacbfa45255feabf11aaa874a9d4be (plain)
1
2
3
fn main() {
    let extern = 0; //~ ERROR expected identifier, found keyword `extern`
}