mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 23:48:30 +00:00
Merge "tests: IBaz, nasty nesting struct"
This commit is contained in:
@@ -36,6 +36,17 @@ interface IBaz extends IBase {
|
|||||||
typedef SomeOtherEnum thisIsAnAlias;
|
typedef SomeOtherEnum thisIsAnAlias;
|
||||||
typedef IBaz anIBazByAnyOtherName;
|
typedef IBaz anIBazByAnyOtherName;
|
||||||
|
|
||||||
|
struct NastyNester {
|
||||||
|
struct NestersNasty {
|
||||||
|
struct NestersNastyNester {
|
||||||
|
IBaz baz;
|
||||||
|
vec<NestersNasty> nasties;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
IBaz baz;
|
||||||
|
};
|
||||||
|
|
||||||
enum SomeEnum : SomeOtherEnum {
|
enum SomeEnum : SomeOtherEnum {
|
||||||
quux = 33,
|
quux = 33,
|
||||||
goober = 192,
|
goober = 192,
|
||||||
|
|||||||
Reference in New Issue
Block a user