Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0102-voidparam.c
blobc67452a949ca28bdbcfbfce1c10807440dd52f7b
2 int
3 foo(void)
5 return 0;
8 int
9 main()
11 return foo();