aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/cpp/if-oppr2.c
blob: bcfe7cca2f0a318f89383c661d2a5a715acee884 (plain)
1
2
3
4
5
6
7
8
9
10
/* Copyright (C) 2008 Free Software Foundation, Inc.  */

/* Another test of operator precedence.  */

/* { dg-do preprocess } */
/* { dg-options "" } */

#if 1 ? 2 : 3 , 0
#error
#endif