OSDN Git Service

2007-07-06 Josh Conner <jconner@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / import1.h
1 #ifndef IMPORT1_H
2 #define IMPORT1_H
3 #ifdef BUG
4 #error Should not happen
5 #endif
6 #endif