mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "tests: IBaz, nasty nesting struct" am: b035e3a246 am: 4f6a409428
am: f570a83a1a
Change-Id: I950d564d95f4a72ecee3f04daa061dadf735dd23
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