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