blob: a158d5d0ac4f2c6d4596c7f86776d29c5d5dba5c [file] [log] [blame]
vlmc8bb2b12005-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
8ModuleTestStringConstraint2
9 { 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