fn main() {
let super: isize; //~ ERROR failed to resolve: there are too many leading `super` keywords
}