Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0099-redeclaremacro.c
blobcf940418e6516ade54e0709f60d763f69dee0c64
2 #define NULL ((void*)0)
3 #define NULL ((void*)0)
5 #define FOO(X, Y) (X + Y + Z)
6 #define FOO(X, Y) (X + Y + Z)
8 #define BAR(X, Y, ...) (X + Y + Z)
9 #define BAR(X, Y, ...) (X + Y + Z)
11 int
12 main()
14 return 0;