Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0058-bug.c
blob8eb87cfcb4da392824097eafdd4326f62a427efe
2 int
3 main()
5 char a[16], b[16];
7 if(sizeof(a) != sizeof(b))
8 return 1;
9 return 0;