summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/bad-value-ident-true.rs
blob: 0f64266d322d5817a6e27b68feb5cc2d816588fc (plain)
1
2
fn true() { } //~ ERROR expected identifier, found keyword `true`
fn main() { }