summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/keyword.rs
blob: 1eb7886c5a53abac0f14e67e282c1ed7a526927f (plain)
1
2
3
4
5
pub mod break {
    //~^ ERROR expected identifier, found keyword `break`
}

fn main() {}