optimized _asn1_find_up().
[platform/upstream/libtasn1.git] / examples / asn1Coding_test.asn
1 Test { }
2
3 DEFINITIONS IMPLICIT TAGS ::=
4
5 BEGIN
6
7 Sequence1 ::= SEQUENCE {
8   int1   INTEGER,
9   int2   INTEGER
10 }
11
12 END
13
14 -- Copyright (C) 2002-2014 Free Software Foundation, Inc.
15 --
16 -- This file is part of LIBTASN1.
17 --
18 -- This program is free software: you can redistribute it and/or modify
19 -- it under the terms of the GNU General Public License as published by
20 -- the Free Software Foundation, either version 3 of the License, or
21 -- (at your option) any later version.
22 --
23 -- This program is distributed in the hope that it will be useful,
24 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
25 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26 -- GNU General Public License for more details.
27 --
28 -- You should have received a copy of the GNU General Public License
29 -- along with this program.  If not, see <http://www.gnu.org/licenses/>.