Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / valdiag / tests / bug-3010.c
blob46d871674ad041c5e9dab7be1feb1a6c879d96b8
1 /* bug-3010.c
3 Segfault on invalid function declaration
4 */
6 #ifdef TEST1
7 int f(int)_; /* ERROR */
8 #endif