754ba54156eef6744ef92a787c76c3dbdfc7a398
[com/asn1c.git] / tests / tests-asn1c-compiler / 104-param-1-OK.asn1.-EFprint-class-matrix
1 ModuleParameterization1 { iso org(3) dod(6) internet(1) private(4)
2         enterprise(1) spelio(9363) software(1) asn1c(5) test(1) 104 }
3 DEFINITIONS ::=
4 BEGIN
5
6 Collection{T} ::= SET OF T
7 -- Specializations list has 2 entries:
8 --  REAL
9 --  IA5String
10
11
12 Bunch ::= SEQUENCE {
13     field-REAL   Collection{ REAL},
14     field-IA5String      Collection{ IA5String}
15 }
16
17 END