diff --git a/tests/baz/1.0/IBaz.hal b/tests/baz/1.0/IBaz.hal index 8118d8bf59..91ed1f278e 100644 --- a/tests/baz/1.0/IBaz.hal +++ b/tests/baz/1.0/IBaz.hal @@ -36,6 +36,17 @@ interface IBaz extends IBase { typedef SomeOtherEnum thisIsAnAlias; typedef IBaz anIBazByAnyOtherName; + struct NastyNester { + struct NestersNasty { + struct NestersNastyNester { + IBaz baz; + vec nasties; + }; + }; + + IBaz baz; + }; + enum SomeEnum : SomeOtherEnum { quux = 33, goober = 192,