Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0021-intfunc.c
blob9633851591182ffe594538a4720c71e2d0bcf07a
2 int
3 foo(int a, int b)
5 return 2 + a - b;
8 int
9 main()
11 return foo(1, 3);