Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0101-bug.c
blob06c77bdd328db7bd0d0dce00abc08ea05c97c917
1 // This wouldn't compile
3 typedef struct { } Vec;
5 static void
6 vecresize(Vec *v, int cap)
8 return;
11 int main()
13 return 0;