Fixed bug #830: pkg-config support. YAZ installs yaz.pc for Debian
[yaz-moved-to-github.git] / test / tstodr.asn
1 -- Small ASN.1 spec for tstodr test
2 -- $Id: tstodr.asn,v 1.2 2005-05-26 21:47:16 adam Exp $
3 tstodrcodec
4 {tstodrcodec} DEFINITIONS ::=
5 BEGIN
6 MySequence ::= SEQUENCE {
7         first [1] IMPLICIT INTEGER,
8         second [2] IMPLICIT OCTET STRING,
9         third [3] IMPLICIT BOOLEAN,
10         fourth [4] IMPLICIT NULL,
11         fifth [5] IMPLICIT INTEGER {
12                 enum1(0),
13                 enum2(1)
14         },
15         myoid [6] IMPLICIT OBJECT IDENTIFIER
16 }
17 END