summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/keyword-typeof.rs
blob: 29dc77d276cbdd9c6fffac02e4792cfdc7c2ac76 (plain)
1
2
3
fn main() {
    let typeof = (); //~ ERROR expected identifier, found reserved keyword `typeof`
}