diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/if-div.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/if-div.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/if-div.c b/gcc/testsuite/gcc.dg/cpp/if-div.c new file mode 100644 index 000000000..4e4216812 --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/if-div.c @@ -0,0 +1,6 @@ +/* { dg-do preprocess } */ + +/* Test that this preprocesses without error. */ + +#if (-1)/2 +#endif |