Record OtherStruct
struct OtherStruct {
MyStruct b;
/* Full declaration omitted */
}
Description
This is another example structure used to demonstrate cross-references between types
Fields
MyStruct b
This is another example structure used to demonstrate cross-references between types