blob: 615525ca47338276620252acf42958fea2fdd43d [file] [log] [blame]
vlm96853d82005-08-13 23:51:47 +00001
2-- OK: Everything is fine
3
4-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
5-- .spelio.software.asn1c.test (9363.1.5.1)
6-- .89
7
vlm75b3a532005-08-14 02:18:27 +00008ModuleBitStringEnumeration
vlm96853d82005-08-13 23:51:47 +00009 { iso org(3) dod(6) internet (1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 89 }
11DEFINITIONS ::=
12BEGIN
13
14 T ::= CHOICE {
15 bs BIT STRING { a(1), b(2) }
16 }
17
18END