summaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/char1.rs
blob: 73835c218a2900edc2ac995e858073e93f970345 (plain)
1
2
3
4
fn main() {
    let a;
    a = 'c';
}