shithub: scc

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

View raw version
#define FOO 0

int main()
{
	return FOO;
}