added extensibility


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@417 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/tests/62-any-OK.asn1.-EF b/tests/62-any-OK.asn1.-EF
index eb92709..bc08f03 100644
--- a/tests/62-any-OK.asn1.-EF
+++ b/tests/62-any-OK.asn1.-EF
@@ -6,8 +6,9 @@
 BEGIN
 
 T ::= SEQUENCE {
-    i	 INTEGER,
-    any	 [1] EXPLICIT ANY
+    i	 INTEGER OPTIONAL,
+    any	 [1] EXPLICIT ANY,
+    ...
 }
 
 END