2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / hash1.c
bloba4c4b3516dfb05253903330841d6712616219a21
1 /* Test for proper handling of # in object-like macros.
2 From Linux kernel. */
3 /* { dg-do preprocess } */
5 #define FIXUP .section ".fixup",#alloc,#execinstr
7 FIXUP
9 /* { dg-bogus "not followed by" "object-like #" { target *-*-* } 3 } */