blob: 767ed77ffb8d769fe5856b35f6cfb7a419ecca68 [file] [log] [blame]
/* Test that unterminated quotes in CPP expressions are
recognized. */
/* { dg-do preprocess } */
/* { dg-error "missing terminating" "bad charconst" { target *-*-* } 7 } */
/* { dg-error "not valid" "bad charconst" { target *-*-* } 7 } */
#if 'x
#endif