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
Something