summaryrefslogtreecommitdiffstats
path: root/src/test/ui/keyword/keyword-super-as-identifier.rs
blob: 02c1b27b08a966fc15e870b128d86e5ad8e4a1d5 (plain)
1
2
3
fn main() {
    let super = 22; //~ ERROR failed to resolve: there are too many leading `super` keywords
}