rust/src/test/compile-fail/keyword-super.rs

4 lines
76 B
Rust
Raw Normal View History

2013-01-24 01:01:03 -06:00
fn main() {
let super: int; //~ ERROR found `super` in ident position
}