Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0013-addridx.c
blob1e51a0ea67eb77a7f990afc92383c2cb57e75eef
2 int
3 main()
5 int x;
6 int *p;
8 x = 0;
9 p = &x;
10 return p[0];