shithub: scc

ref: e930483aa34db9d2c88395e5505c452b032ceebc
dir: /tests/execute/0012-expr.c/

View raw version
int
main()
{
	return (2 + 2) * 2 - 8;
}