summary refs log tree commit diff
path: root/src/test/compile-fail/keyword-super.rs
blob: 3c9c403e83d934375473cf5cd037617f011ba231 (plain)
1
2
3
fn main() {
    let super: int; //~ ERROR found `super` in ident position
}