1f08c3bdfSopenharmony_ciextern void *memset (void *s, int c, int n);
2f08c3bdfSopenharmony_cistatic void test(void)
3f08c3bdfSopenharmony_ci{
4f08c3bdfSopenharmony_ci	struct { int foo;; } val;
5f08c3bdfSopenharmony_ci	memset(&val, 0, sizeof(val));
6f08c3bdfSopenharmony_ci}
7f08c3bdfSopenharmony_ci/*
8f08c3bdfSopenharmony_ci * check-name: Double semicolon in struct
9f08c3bdfSopenharmony_ci */
10