OSDN Git Service

2010-04-20 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.misc-tests / mg-2.c
1 /* PR 15220 */
2
3 #include <nonexist0.h>
4 #include "nonexist.h"
5 int
6 main ()
7 {
8   return 0;
9 }