summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/pr23827_c90_neg.c
blob: 020697cdd3545d5d771fbe5e310be27af00ac549 (plain)
1
2
3
4
/* { dg-do compile }  */
/* { dg-options "-std=c90 -pedantic-errors" }  */

double x = 0x3.1415babep0; /* { dg-error "use of C99 hexadecimal floating constant" }  */