1 /* Tests for unterminated conditionals: 2. */ 2 /* { dg-do preprocess } */ 3 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 12 13