Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0082-voidret.c
blobe2c4ff49fce82220c0610d689b1a6eac322dfb9c
2 void
3 voidfn()
5 return;
8 int
9 main()
11 voidfn();
12 return 0;