shithub: scc

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

View raw version
#define FOO 0

int main()
{
	return FOO;
}