aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/cpp-1.c
blob: 09d49bc61fd8cffa2b0e04274f7ed393dbd68c2d (plain)
1
2
3
4
5
6
7
8
/* Copyright (C) 2000  Free Software Foundation.

   by Alexandre Oliva  <oliva@lsd.ic.unicamp.br>  */

#define foo/**/1
#if foo != 1
# error "foo not properly defined"
#endif