Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0023-global.c
blobf058f492a1505b019b8aac83a191557daded0037
2 int x;
4 int
5 main()
7 x = 0;
8 return x;