blob: 787d61f31b11748abf1fa67c4c8064709755c9f8 [file] [log] [blame]
Lev Walkina7247f92005-03-20 11:07:34 +00001
2-- SE: Semantic error
3
4-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
5-- .spelio.software.asn1c.test (9363.1.5.1)
6-- .78
7
Lev Walkin4aa41f42005-03-20 11:16:20 +00008ModuleTestStringDefault2
Lev Walkina7247f92005-03-20 11:07:34 +00009 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 78 }
11 DEFINITIONS AUTOMATIC TAGS ::=
12BEGIN
13
14 Type ::= SEQUENCE {
15 country UTF8String DEFAULT country1,
16 ...
17 }
18
19 country1 GeneralString ::= "Cyprus"
20
21END