~ubuntu-branches/ubuntu/dapper/asn1c/dapper

« back to all changes in this revision

Viewing changes to tests/60-any-OK.asn1.-EF

  • Committer: Bazaar Package Importer
  • Author(s): W. Borgert
  • Date: 2005-05-28 12:36:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050528123642-3h6kstws5u0xcovl
Tags: upstream-0.9.14
ImportĀ upstreamĀ versionĀ 0.9.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ModuleTestANY { iso org(3) dod(6) internet(1) private(4) enterprise(1)
 
2
        spelio(9363) software(1) asn1c(5) test(1) 60 }
 
3
DEFINITIONS IMPLICIT TAGS ::=
 
4
BEGIN
 
5
 
 
6
T1 ::= SEQUENCE {
 
7
    i    INTEGER,
 
8
    any  ANY
 
9
}
 
10
 
 
11
T2 ::= SEQUENCE {
 
12
    i    INTEGER,
 
13
    any  [0] EXPLICIT ANY OPTIONAL
 
14
}
 
15
 
 
16
END