summaryrefslogtreecommitdiff
path: root/support/regression/qct/0012-expr.c
blob: 654dc1130eab50298087226b78ea94ea84a18ad5 (plain)
1
2
3
4
5
6

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