os-rust/tests/ui/keyword/keyword-super.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
109 B
Rust
Raw Permalink Normal View History

2013-01-24 16:01:03 +09:00
fn main() {
let super: isize; //~ ERROR failed to resolve: there are too many leading `super` keywords
2013-01-24 16:01:03 +09:00
}