shithub: scc

ref: 98bc946e4cdf9072897f0971067370fe094701d9
dir: /tests/0063-define.c/

View raw version
#define FOO 0

int main()
{
	return FOO;
}