regenerated
diff --git a/tests/tests-asn1c-compiler/73-circular-OK.asn1.-Pfwide-types b/tests/tests-asn1c-compiler/73-circular-OK.asn1.-Pfwide-types
index 51e6411..3bdfca4 100644
--- a/tests/tests-asn1c-compiler/73-circular-OK.asn1.-Pfwide-types
+++ b/tests/tests-asn1c-compiler/73-circular-OK.asn1.-Pfwide-types
@@ -7,13 +7,13 @@
 
 /*** <<< FWD-DECLS [Type] >>> ***/
 
-struct Epyt;
+struct EpytRef;
 
 /*** <<< TYPE-DECLS [Type] >>> ***/
 
 typedef struct Type {
 	struct data {
-		A_SEQUENCE_OF(struct Epyt) list;
+		A_SEQUENCE_OF(struct EpytRef) list;
 		
 		/* Context for parsing across buffer boundaries */
 		asn_struct_ctx_t _asn_ctx;
diff --git a/tests/tests-asn1c-compiler/92-circular-loops-OK.asn1.-Pfindirect-choice b/tests/tests-asn1c-compiler/92-circular-loops-OK.asn1.-Pfindirect-choice
index cbed23c..51f08c4 100644
--- a/tests/tests-asn1c-compiler/92-circular-loops-OK.asn1.-Pfindirect-choice
+++ b/tests/tests-asn1c-compiler/92-circular-loops-OK.asn1.-Pfindirect-choice
@@ -291,7 +291,7 @@
 
 /*** <<< FWD-DECLS [Choice2] >>> ***/
 
-struct Sequence;
+struct TypeRef;
 struct Everything;
 
 /*** <<< TYPE-DECLS [Choice2] >>> ***/
@@ -299,7 +299,7 @@
 typedef struct Choice2 {
 	Choice2_PR present;
 	union Choice2_u {
-		struct Sequence	*typeref;
+		struct TypeRef	*typeref;
 		/*
 		 * This type is extensible,
 		 * possible extensions are below.