blob: 66f779728fd2015c7ddc0da452e4b3e3d63e8896 [file] [log] [blame]
library fuchsia.example.fostr;
bits ExampleBits {
A = 1;
B = 2;
C = 4;
};