Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
for_expr.rs
blob: 95dcf2ef50554f5cba51e3fc2c5eb5598ce3301d [
file
] [
log
] [
blame
]
// { dg-options "-fsyntax-only" }
fn
main
()
{
for
a in
0.
.
10
{}
(
for
b in
0.
.
10
{})
}