rust/src/test/compile-fail/keyword-super.rs
2013-01-24 16:07:04 +09:00

4 lines
76 B
Rust

fn main() {
let super: int; //~ ERROR found `super` in ident position
}