Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0029-band.c
blob53e264e95b38d7bd6060cd224068db79fc59d1ce
2 int
3 main()
5 int x;
7 x = 1;
8 x = x & 3;
9 return x - 1;