Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
static_var1.rs
blob: fdd287679d18b2746c8d10d8303bfc7bb25baa5a [
file
] [
log
] [
blame
]
static
x
=
3
;
// { dg-error "expecting ':' but '=' found" }
fn
main
()
{
let
y
=
x
+
1
;
}