xref
: /
openbsd-src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.misc-tests
/
mg.c
(revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/* PR 2981 */
2
3
#
include
"
nonexist.h
"
4
int
5
main
()
6
{
7
return
0;
8
}
9