shithub: scc

ref: 0422723f969a5689173108d03396b85641335e32
dir: /tests/0063-define.c/

View raw version
#define FOO 0

int main()
{
	return FOO;
}