diff options
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data/Example.asn1')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/Example.asn1 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/Example.asn1 b/lib/asn1/test/asn1_SUITE_data/Example.asn1 new file mode 100644 index 0000000000..2639f63940 --- /dev/null +++ b/lib/asn1/test/asn1_SUITE_data/Example.asn1 @@ -0,0 +1,20 @@ +Example DEFINITIONS ::= +BEGIN + +T ::= Typ + +Typ ::= SEQUENCE { + a b, + c Typ} +--ECLASS ::= CLASS { +-- &num INTEGER UNIQUE, +-- &Typo +-- } WITH SYNTAX { +-- &Typo DETERMINED BY &num +-- } + +--v1 ECLASS ::= {INTEGER DETERMINED BY 12} + +--v2 INTEGER ::= 13 + +END |