1 /* Test for proper disabling of macros within their own expansions. */
2 /* { dg-do compile } */
4 /* The following is a trick to evaluate a complex boolean expression
5 at compile time, inspired by autoconf 2.13's sizeof-detection. */
13 char array
[(a2(f
)) == 10 ? 1 : -1];