Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b353f79 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Add test for eliding bitfield returns.

am: 8b54c229

Change-Id: I0ab1dd95cfb9d3a5b5837e4edb406fa1ba605a11
parents f3ba8d1d 8b54c229
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -55,4 +55,6 @@ interface IBaz extends IBase {
    haveAStringVec(vec<string> vector) generates (vec<string> result);

    returnABunchOfStrings() generates (string a, string b, string c);

    returnABitField() generates (bitfield<BitField> good);
};