aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/c-testsuite/tests/single-exec/00022.c
blob: 5ecca9899e3abeabfcd5115532fd13f1f6e865fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
typedef int x;

int
main()
{
	x v;
	v = 0;
	return v;
}