NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / tests / tests-asn1c-compiler / 125-bitstring-constraint-OK.asn1.-EF
1 ModuleBitStringConstraint { iso org(3) dod(6) internet(1) private(4)
2         enterprise(1) spelio(9363) software(1) asn1c(5) test(1) 125 }
3 DEFINITIONS ::=
4 BEGIN
5
6 T ::= BIT STRING {
7     flag1(0),
8     flag2(1),
9     flag3(2)
10 } ('000'B | '001'B | '010'B | '011'B)
11
12 END