shithub: scc

ref: e5c045851833cfd6b4a8a3326131caf5a406410b
dir: /tests/0068-funclikemacro.c/

View raw version
#define ADD(X, Y) (X + Y)


int
main()
{
	return ADD(1, 2) - 3;
}