shithub: scc

ref: 813c707f576ae9ab4209c5b155fc348571465313
dir: /tests/execute/0126-macropar.c/

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