Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0090-fptr.c
blobf0cf00f7ecc3c49e8b3d784af5891ab01c7da202
2 int (*fptr)() = 0;
5 int
6 main()
8 if (fptr)
9 return 1;
10 return 0;