NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / tests / tests-asn1c-compiler / 153-single-value-constraint-OK.asn1.-EF
1 ModuleSingleValueConstraint { iso org(3) dod(6) internet(1) private(4)
2         enterprise(1) spelio(9363) software(1) asn1c(5) test(1) 153 }
3 DEFINITIONS ::=
4 BEGIN
5
6 zero8 OCTET STRING ::= '0000000000000000'H
7
8 Index ::= SEQUENCE {
9     padding      OCTET STRING (SIZE(8)) ('0000000000000000'H)
10 }
11
12 END