error: 'struct Other' contains incomplete type
|  --> in tests/fixtures/struct_decl_errors.c:13:18
|
13     struct Other some;
|                   ^
error: 'struct Another [6]' contains incomplete type
|  --> in tests/fixtures/struct_decl_errors.c:18:20
|
18     struct Another some[6];
|                     ^
error: 'struct some' contains incomplete type
|  --> in tests/fixtures/struct_decl_errors.c:23:17
|
23     struct some a;
|                  ^
3 errors generated.
