Initialize Tizen 2.3
[external/libtasn1.git] / tests / Test_encoding.asn
1 --
2 --  File used in the test sequence Test_encoding.
3 --
4
5 TEST_TREE { }
6
7 DEFINITIONS IMPLICIT TAGS ::=
8
9 BEGIN
10
11 Koko ::= SEQUENCE {
12    seqint SEQUENCE OF INTEGER,
13    int INTEGER,
14    str OCTET STRING
15 }
16
17 END
18
19 -- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
20 -- Free Software Foundation, Inc.
21 --
22 -- This file is part of LIBTASN1.
23 --
24 -- This program is free software: you can redistribute it and/or modify
25 -- it under the terms of the GNU General Public License as published by
26 -- the Free Software Foundation, either version 3 of the License, or
27 -- (at your option) any later version.
28 --
29 -- This program is distributed in the hope that it will be useful,
30 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
31 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32 -- GNU General Public License for more details.
33 --
34 -- You should have received a copy of the GNU General Public License
35 -- along with this program.  If not, see <http://www.gnu.org/licenses/>.