xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi6b.h (revision a28daedfc357b214be5c701aa8ba8adb29a7f1c2)
1 #if NOT defined (guard)
2  #ifdef VAR
3    VAR++;
4  #endif
5 #endif
6