aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/c-testsuite/tests/single-exec/00012.c
blob: c2bf7d02812d7b88d9ee99e915f7c1770619bc01 (plain) (blame)
1
2
3
4
5
int
main()
{
	return (2 + 2) * 2 - 8;
}