blob: 45f47214fc68dda556a02bcc1bd2d58855832e9c [file] [log] [blame]
library fidl.test.json;
bits MyBits : uint32 {
MY_FIRST_BIT = 1;
MY_OTHER_BIT = 2;
};
bits StrictBits : uint64 {
SMALLEST = 1;
BIGGEST = 0x8000000000000000;
};