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