aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/unc2.c
blob: d9e39591570c20dc03a76151af1e257121e1a8eb (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Tests for unterminated conditionals: 2.  */

#ifdef __sparc__  /* { dg-error "unterminated" "unterminated if-elif-elif..." } */
sparc
#elif defined __powerpc__
ppc
#elif defined __i386__
i386
#elif defined __vax__
vax