1 /* Copyright (C) 2008 Free Software Foundation, Inc.  */
2 
3 /* Another test of operator precedence.  */
4 
5 /* { dg-do preprocess } */
6 /* { dg-options "" } */
7 
8 #if 1 ? 2 : 3 , 0
9 #error
10 #endif
11