aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/c-testsuite/tests/single-exec/00118.c
blob: 0cfe3dfe483013145b468eea6ac3a1f19261663e (plain) (blame)
1
2
3
4
5
6
int
main()
{
	struct { int x; } s = { 0 };
	return s.x;
}