Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / cpp / include3.c
blob8bea2b78ee803ec3445534bb0432a6d099a0915b
1 /* Unpatched, this file would include "inc/ foo.h" (note the space) */
3 #define PREINC_XSTR(str) #str
4 #define PREINC_STR(str) PREINC_XSTR(str)
5 #define COMP_INC(comp,file) PREINC_STR(comp/file)
7 #include COMP_INC(inc, foo.h)