shithub: scc

ref: b1b5c5787733eefb5d185743b368a4eef483aae9
dir: /tests/cc/execute/0126-macropar.c/

View raw version
#define F(a, b) a
int
main()
{
	return F(, 1) 0;
}