Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / valdiag / tests / bug-3011.c
blob429a3b1f499bcbeee6669e43d66e364f735bab75
1 /* bug-3011.c
3 Crash on (not-yet-implemented as of mid-2020) compound literal.
4 */
6 #ifdef TEST1
7 void f() /* IGNORE */
9 int *p = (int *){1}; /* IGNORE */
11 #endif