diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/mi6d.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/mi6d.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/mi6d.h b/gcc/testsuite/gcc.dg/cpp/mi6d.h new file mode 100644 index 000000000..a1eabba8e --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/mi6d.h @@ -0,0 +1,5 @@ +#if EMPTYL !defined (guard) + #ifdef VAR + VAR++; + #endif +#endif |