Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0072-cppelif.c
blob71b351b021d1273a98f84a5558874c50e0e4c631
2 #if 0
4 #elif 0
6 #elif 1
7 int x = 0;
8 #endif
10 int
11 main()
13 return x;