Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
parser
/
bad-value-ident-false.rs
blob: 4645ab4a77549074198aebbb28de8837b771c19a [
file
] [
log
] [
blame
]
fn
false
()
{
}
//~ ERROR expected identifier, found keyword `false`
fn
main
()
{
}