Skip to content

Commit

Permalink
Merge pull request #295 from jwillemsen/jwi-maptypedef
Browse files Browse the repository at this point in the history
Add test case
  • Loading branch information
jwillemsen authored Jul 31, 2023
2 parents 560604f + e7ff6d3 commit 23dc8cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/idl4/bitset/test.idl
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ bitset MyBitset3 : MyBitset2 {
bitfield<3, int8> e;
bitfield<3, int8>;
};

bitset MyBitset5
{
bitfield<3> a;
bitfield<10> b;
bitfield<12, long> c;
};

0 comments on commit 23dc8cf

Please sign in to comment.