Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
syntax-only.rs
blob: cd84907bf842439b652f8479e4aa6a3c7456b0e8 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fsyntax-only" }
fn
main
()
{
let
mut
a
=
15
;
a
=
true
;
}