blob: 26e07575b2c7f9c6fa890d3e52994e090d42b546 [file] [log] [blame]
Lev Walkinfc0d66f2004-08-22 03:06:30 +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-- .56
7
8ModuleTestComponentsOfInvalidReference
9 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 56 }
11 DEFINITIONS AUTOMATIC TAGS ::=
12BEGIN
13
14 OneType ::= SEQUENCE {
15 a IA5String,
16 COMPONENTS OF INTEGER, -- Error is here
17 b UniversalString
18 }
19
20END