Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0026-implicitret.c
blob89a28f563edd4fc31f19f41807ef2636d29a4fbc
1 // expect warning 278: return type of function omitted, assuming int
2 #pragma disable_warning 278
4 main()
6 return 0;