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
/
parser
/
bad-value-ident-false.rs
blob: 4645ab4a77549074198aebbb28de8837b771c19a (
plain
)
1
2
fn
false
()
{
}
//~ ERROR expected identifier, found keyword `false`
fn
main
()
{
}