diff options
Diffstat (limited to 'tests/setof.asn')
-rw-r--r-- | tests/setof.asn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/setof.asn b/tests/setof.asn new file mode 100644 index 0000000..a82ad64 --- /dev/null +++ b/tests/setof.asn @@ -0,0 +1,12 @@ +TEST {} +DEFINITIONS IMPLICIT TAGS ::= +BEGIN + +Seq ::= SEQUENCE { + val OCTET STRING +} + +Set ::= SET OF Seq + + +END |