shithub: scc

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

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