Loading tests/foo/1.0/IFoo.hal +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ interface IFoo { }; struct Fumble { float x; Outer.Inner data; }; typedef Fumble Gumble; Loading tests/foo/1.0/types.hal +10 −0 Original line number Diff line number Diff line Loading @@ -21,3 +21,13 @@ struct Abc { float y; handle z; }; struct Outer { struct Inner { int32_t data; }; }; struct Unrelated { Outer.Inner great; }; Loading
tests/foo/1.0/IFoo.hal +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ interface IFoo { }; struct Fumble { float x; Outer.Inner data; }; typedef Fumble Gumble; Loading
tests/foo/1.0/types.hal +10 −0 Original line number Diff line number Diff line Loading @@ -21,3 +21,13 @@ struct Abc { float y; handle z; }; struct Outer { struct Inner { int32_t data; }; }; struct Unrelated { Outer.Inner great; };