OSDN Git Service

* tree-loop-linear.c (try_interchange_loops): Compare memory access
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / mi6e.h
1 #if !defined (guard) EMPTYR
2  #ifdef VAR
3    VAR++;
4  #endif
5 #endif