1f08c3bdfSopenharmony_ciint [2];
2f08c3bdfSopenharmony_ciint *;
3f08c3bdfSopenharmony_ciint (*);
4f08c3bdfSopenharmony_ciint ();
5f08c3bdfSopenharmony_ciint;
6f08c3bdfSopenharmony_cistruct foo;
7f08c3bdfSopenharmony_ciunion bar {int x; int y;};
8f08c3bdfSopenharmony_cistruct baz {int x, :3, y:2;};
9f08c3bdfSopenharmony_ci/*
10f08c3bdfSopenharmony_ci * check-name: handling of identifier-less declarations
11f08c3bdfSopenharmony_ci *
12f08c3bdfSopenharmony_ci * check-error-start
13f08c3bdfSopenharmony_cimissing-ident.c:1:8: warning: missing identifier in declaration
14f08c3bdfSopenharmony_cimissing-ident.c:2:6: warning: missing identifier in declaration
15f08c3bdfSopenharmony_cimissing-ident.c:3:8: warning: missing identifier in declaration
16f08c3bdfSopenharmony_cimissing-ident.c:4:7: warning: missing identifier in declaration
17f08c3bdfSopenharmony_ci * check-error-end
18f08c3bdfSopenharmony_ci */
19