shithub: scc

ref: 043884e700950348176a2b4b37263694415825e1
dir: /tests/0063-define.c/

View raw version
#define FOO 0

int main()
{
	return FOO;
}