shithub: scc

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

View raw version
#define FOO 0

int main()
{
	return FOO;
}