aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/syntax-only.rs
blob: cd84907bf842439b652f8479e4aa6a3c7456b0e8 (plain)
1
2
3
4
5
6
// { dg-additional-options "-fsyntax-only" }

fn main() {
    let mut a = 15;
    a = true;
}