Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0068-funclikemacro.c
blob850b6ceee3edb8f614d1565cf729d77cbb7d9ecf
1 #define ADD(X, Y) (X + Y)
4 int
5 main()
7 return ADD(1, 2) - 3;