diff options
Diffstat (limited to 'test/examples/x.cxx')
-rw-r--r-- | test/examples/x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/examples/x.cxx b/test/examples/x.cxx index 7d020ba10..384997072 100644 --- a/test/examples/x.cxx +++ b/test/examples/x.cxx @@ -1,6 +1,6 @@ // A demonstration program #include <stdio.h> -#if 0 +#if 0 /* */ #define DUMMY() \ if (1); #endif |