Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0070-cppif.c
blobe4eef1f330b5e77b06eb79f22d46560d1e83f705
2 #if 1
3 int x = 0;
4 #endif
6 #if 0
7 int x = 1;
8 #if 1
10 #endif
11 #ifndef AAA
13 #endif
14 #endif
16 int main()
18 return x;