NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / tests / tests-asn1c-compiler / 04-enum-SE.asn1.-E
1 ModuleTestEnum2 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
2         spelio(9363) software(1) asn1c(5) test(1) 4 }
3 DEFINITIONS ::=
4 BEGIN
5
6 enum1 Enum1 ::= blue
7
8 Enum1 ::= ENUMERATED {
9     red,
10     green,
11     ...,
12     blue(1)
13 }
14
15 END