7449f2be135d70b5064f58bf46f9d7787b3b4dd7
[com/asn1c.git] / tests / tests-asn1c-compiler / 100-class-ref-OK.asn1.-EF
1 ModuleClassSample { iso org(3) dod(6) internet(1) private(4) enterprise(1)
2         spelio(9363) software(1) asn1c(5) test(1) 100 }
3 DEFINITIONS ::=
4 BEGIN
5
6 REF-ID ::= TYPE-IDENTIFIER
7
8 RefID ::= SEQUENCE {
9     field        REF-ID.&id,
10     params       REF-ID.&Type
11 }
12
13 SupportedReferences REF-ID ::= {...}
14
15 END