shithub: scc

ref: 813c707f576ae9ab4209c5b155fc348571465313
dir: /tests/execute/0067-define.c/

View raw version
#define X 6 / 2

int
main()
{
	return X - 3;
}