mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "tests: IBaz, nasty nesting struct" am: b035e3a246
am: 4f6a409428
Change-Id: I5a156356ff2914a1a9143284e8f0135d22c69898
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user