Merge "tests: IBaz, nasty nesting struct"

am: b035e3a246

Change-Id: I744b3504199a7a6a11b52599368574c575526f21
This commit is contained in:
Steven Moreland
2018-10-09 13:44:37 -07:00
committed by android-build-merger

View File

@@ -36,6 +36,17 @@ interface IBaz extends IBase {
typedef SomeOtherEnum thisIsAnAlias;
typedef IBaz anIBazByAnyOtherName;
struct NastyNester {
struct NestersNasty {
struct NestersNastyNester {
IBaz baz;
vec<NestersNasty> nasties;
};
};
IBaz baz;
};
enum SomeEnum : SomeOtherEnum {
quux = 33,
goober = 192,