1f08c3bdfSopenharmony_cistruct foo {int x, y;};
2f08c3bdfSopenharmony_cistatic int a(void)
3f08c3bdfSopenharmony_ci{
4f08c3bdfSopenharmony_ci	return sizeof (struct foo){0,1}.y;
5f08c3bdfSopenharmony_ci}
6f08c3bdfSopenharmony_ci/*
7f08c3bdfSopenharmony_ci * check-name: Handling of sizeof compound-literal . member
8f08c3bdfSopenharmony_ci */
9