./:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / cpp-1.c
blob09d49bc61fd8cffa2b0e04274f7ed393dbd68c2d
1 /* Copyright (C) 2000 Free Software Foundation.
3 by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */
5 #define foo/**/1
6 #if foo != 1
7 # error "foo not properly defined"
8 #endif