Initialize Tizen 2.3
[external/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, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
15 -- Free Software Foundation, Inc.
16 --
17 -- This file is part of LIBTASN1.
18 --
19 -- This program is free software: you can redistribute it and/or modify
20 -- it under the terms of the GNU General Public License as published by
21 -- the Free Software Foundation, either version 3 of the License, or
22 -- (at your option) any later version.
23 --
24 -- This program is distributed in the hope that it will be useful,
25 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
26 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27 -- GNU General Public License for more details.
28 --
29 -- You should have received a copy of the GNU General Public License
30 -- along with this program.  If not, see <http://www.gnu.org/licenses/>.