xref
: /
openbsd-src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.dg
/
noncompile
/
930622-2.c
(revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
f
()
2
{
3
int
i
;
4
for
(
i
--)
/* { dg-error "parse|syntax" } */
5
;
6
}
7