aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/cpp/mi6b.h
blob: d2fe8be178470f583f6cb53e86eb64de027bc57f (plain)
1
2
3
4
5
#if NOT defined (guard)
 #ifdef VAR
   VAR++;
 #endif
#endif