aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp-ifparen.c
blob: 39e112eb664d7141eb7bd36b208b58c7dac64e4f (plain)
1
2
3
4
5
6
7
#if 2048 < (16 * (40) + 192)
#error			/* { dg-bogus "error" "with paren" } */
#endif

#if 2048 < (16 * 40 + 192)
#error			/* { dg-bogus "error" "without paren" } */
#endif