NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / tests / tests-asn1c-compiler / 130-enum-OK.asn1.-EF
1 ModuleTestEnum1 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
2         spelio(9363) software(1) asn1c(5) test(1) 130 }
3 DEFINITIONS ::=
4 BEGIN
5
6 A ::= ENUMERATED {
7     a(-5),
8     b(-4),
9     ...,
10     c(0)
11 }
12
13 END