summaryrefslogtreecommitdiffstats
path: root/tests/ui/super-at-top-level.rs
blob: e4d587bc9effa4088a371dcc3f617ebe20a102d4 (plain)
1
2
3
4
use super::f; //~ ERROR there are too many leading `super` keywords

fn main() {
}