shithub: scc

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

View raw version
#define FOO 0

int main()
{
	return FOO;
}