index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
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`
}