Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0103-qbebug.c
blob633b86f0edeafe01343495e395a5b631266a4e41
2 int
3 main()
5 int c;
6 c = 0;
7 do
9 while (0);
10 return c;