shithub: scc

ref: 5babcf6a4140c21115b48c2694d918b78a8d0226
dir: /tests/0063-define.c/

View raw version
#define FOO 0

int main()
{
	return FOO;
}