shithub: scc

ref: 2889a3cbd0cdafa116ded659d1b189a58cf30e80
dir: /tests/0063-define.c/

View raw version
#define FOO 0

int main()
{
	return FOO;
}