OSDN Git Service

* cppexp.c (struct op): Add token pointer.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / mi6d.h
1 #if EMPTYL !defined (guard)
2  #ifdef VAR
3    VAR++;
4  #endif
5 #endif