proper handling of reserved identifiers


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@752 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/tests/73-circular-OK.asn1 b/tests/73-circular-OK.asn1
index 4b86c0e..f2620d7 100644
--- a/tests/73-circular-OK.asn1
+++ b/tests/73-circular-OK.asn1
@@ -12,10 +12,10 @@
 BEGIN
 
 	Type ::= SEQUENCE {
-		data SEQUENCE OF Epyt
+		data SEQUENCE OF EpytRef
 	}
 
-	-- EpytRef ::= Epyt
+	EpytRef ::= Epyt
 
 	Epyt ::= SEQUENCE {
 		stype	SET OF Type,