Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / valdiag / tests / bug-3228.c
blob50c028a00f44385650c18a121fa2182aa3d21fc0
1 /* bug-3389.c
3 Missing error on return from __z88dk_calllee function with variable arguments.
4 */
6 #ifdef TEST1
7 #if !defined(__SDCC_z80) && !defined(__SDCC_z180) && !defined(__SDCC_sm83) && !defined(__SDCC_stm8)
8 #define __z88dk_callee
9 #endif
11 void f(int i, ...) __z88dk_callee
13 } /* ERROR(SDCC_z80|SDCC_z180|SDCC_sm83|SDCC_stm8) */
14 #endif