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