1TestStruct input.cpp /^struct TestStruct$/;" s file: 2TestStruct::_number input.cpp /^int _number;$/;" m struct:TestStruct typeref:typename:int file: access:public 3TestUnion input.cpp /^union TestUnion$/;" u file: 4TestUnion::_number input.cpp /^int _number;$/;" m union:TestUnion typeref:typename:int file: access:public 5_number input.cpp /^int _number;$/;" m struct:TestStruct typeref:typename:int file: access:public 6_number input.cpp /^int _number;$/;" m union:TestUnion typeref:typename:int file: access:public 7