Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / valdiag / tests / bug-3009.c
blob11a8ac80596b14c4ba247b05133fe88b52bc842e
1 /* bug-3009.c
3 Segfault on expression that is not an integer constant.
4 */
6 #ifdef TEST1
7 int f(); /* IGNORE */
9 enum some_enum
11 val = f() /* ERROR */
13 #endif