shithub: scc

ref: 544097136c80b4754ac5905f948b802fdb9e090e
dir: /tests/execute/0012-expr.c/

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