Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / valdiag / tests / bug-3012.c
blobf1514c9e38acfc3efe94daa6244cb99d7d4e09f4
1 /* bug-3009.c
3 Infinite loop on unterminated string literal for lexers that return 0 at the end of file (e.g. flex used to return EOF in older versions, but return 0 now).
4 */
6 #ifdef TEST1
7 " /* ERROR */
8 #endif /* IGNORE */