summaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/raw_identifiers_keywords.rs
blob: 3a15223631fff26701703c20afbc469786c01eb9 (plain)
1
2
3
pub fn plus(r#break: i32, r#unsafe: i32) -> i32 {
    r#break + r#unsafe
}