summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/keyword-as-as-identifier.rs
blob: cd47c8a3907d959de3def73a6d27c3b32382274f (plain)
1
2
3
4
5
// This file was auto-generated using 'src/etc/generate-keyword-tests.py as'

fn main() {
    let as = "foo"; //~ error: expected identifier, found keyword `as`
}