Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0011-assign.c
blob831ebeba5150990f7d8725fd0ba68d3bebed2cad
2 int
3 main()
5 int x;
6 int y;
7 x = y = 0;
8 return x;