xref
: /
openbsd-src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.misc-tests
/
mg.c
(revision a28daedfc357b214be5c701aa8ba8adb29a7f1c2)
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