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