1e01aa904Sopenharmony_citypedef struct _StructType StructType;
2e01aa904Sopenharmony_citypedef struct _AnotherStructType AnotherStructType;
3e01aa904Sopenharmony_ci
4e01aa904Sopenharmony_civoid foo(StructType*);
5e01aa904Sopenharmony_civoid bar(AnotherStructType*);
6