1 /* Tests for unterminated conditionals: 3.  */
2 /* { dg-do preprocess } */
3 
4 #if 1  /* { dg-error "-:#else" "unterminated #else" } */
5 #else
6