aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/c-testsuite/tests/single-exec/00117.c
blob: 1852c125bca12bf0d42e8b734f6fe331d1ccea34 (plain) (blame)
1
2
3
4
5
int main()
{
	int x[] = { 1, 0 };
	return x[1];
}