diff --git a/tests/foo/1.0/IFoo.hal b/tests/foo/1.0/IFoo.hal index f54994f5dd..4c5442754c 100644 --- a/tests/foo/1.0/IFoo.hal +++ b/tests/foo/1.0/IFoo.hal @@ -122,7 +122,14 @@ interface IFoo { }; struct WithFmq { - fmq_sync descSync; + struct ScatterGather { + fmq_sync descSync; + } scatterGathered; + + struct ContainsPointer { + fmq_sync descSync; + interface foo; + } containsPointer; }; enum Discriminator : uint8_t {