Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
label9.C
blob: 81b385ffe3ae2066ebcda6b87839be00f230219d [
file
] [
log
] [
blame
]
// PR c++/32121
// { dg-do compile }
int
f
(
void
)
{
while
(
1
)
__label__ a
;
// { dg-error "not at the beginning" }
for
(;;)
__label__ b
;
// { dg-error "not at the beginning" }
}