shithub: scc

ref: 232f814cbdfd8ab842db3419844f1988cbf8d367
dir: /tests/execute/0126-macropar.c/

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