mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 15:58:43 +00:00
Merge "tests: IBaz, nasty nesting struct"
am: b035e3a246
Change-Id: I744b3504199a7a6a11b52599368574c575526f21
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