2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / unc2.c
blob976d2b181ab8d0b1d03eea731143f74407e5bd33
1 /* Tests for unterminated conditionals: 2. */
2 /* { dg-do preprocess } */
4 #ifdef __sparc__ /* { dg-error "unterminated" "unterminated if-elif-elif..." } */
5 sparc
6 #elif defined __powerpc__
7 ppc
8 #elif defined __i386__
9 i386
10 #elif defined __vax__
11 vax