4d353b8e5b86bc32f0e63ae4fa4afe160ca11f4c
[com/asn1c.git] / tests / tests-asn1c-compiler / 82-with-comps-OK.asn1.-EF
1 ModuleTestWithComponents { iso org(3) dod(6) internet(1) private(4)
2         enterprise(1) spelio(9363) software(1) asn1c(5) test(1) 82 }
3 DEFINITIONS ::=
4 BEGIN
5
6 BunchOfStrings ::= SEQUENCE OF VisibleString
7
8 Address ::= BunchOfStrings (SIZE(1..6)) (WITH COMPONENT (SIZE(1..32)))
9
10 Type ::= SEQUENCE {
11     one  INTEGER DEFAULT 1
12 } (WITH COMPONENTS { ..., one (1) PRESENT })
13
14 END