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