blob: f4576c6e8609262c5849cb60c4911eb068e95153 [file] [log] [blame]
Ryan Sleevia93d9972017-08-16 18:27:46 -04001-- OK: Everything is fine
2
3-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
4-- .spelio.software.asn1c.test (9363.1.5.1)
5-- .148
6
7ModuleTestDerSetSequenceValues
8 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
9 spelio(9363) software(1) asn1c(5) test(1) 148 }
10DEFINITIONS AUTOMATIC TAGS ::= BEGIN
11
12 DefaultSequence ::= SEQUENCE {
13 aBool BOOLEAN DEFAULT FALSE,
14 anInteger INTEGER OPTIONAL
15 }
16
17 DefaultSet ::= SET {
18 aBool [0] IMPLICIT BOOLEAN DEFAULT FALSE,
19 anInteger [1] IMPLICIT INTEGER OPTIONAL
20 }
21
22END