shithub: scc

ref: aadf75311d17eec964fb6a8d1bad898e0920b101
dir: /tests/0063-define.c/

View raw version
#define FOO 0

int main()
{
	return FOO;
}