Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / tcc / 18_include.c
blobdbae3aa2ee94b9b84abb9346fa95bac12ece5d0d
1 #include <stdio.h>
3 int main()
5 printf("including\n");
6 #include "18_include.h"
7 printf("done\n");
9 return 0;
12 /* vim: set expandtab ts=4 sw=3 sts=3 tw=80 :*/