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