aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/c-testsuite/tests/single-exec/00003.c
blob: f957c298674f7eba07a0800ea4477cce707beb4d (plain) (blame)
1
2
3
4
5
6
7
8
int
main()
{
	int x;
	
	x = 4;
	return x - 4;
}