OSDN Git Service

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