parse advanced WITH COMPONENTS
diff --git a/tests/tests-asn1c-compiler/83-with-comps-OK.asn1 b/tests/tests-asn1c-compiler/83-with-comps-OK.asn1
index 7202c5c..9837255 100644
--- a/tests/tests-asn1c-compiler/83-with-comps-OK.asn1
+++ b/tests/tests-asn1c-compiler/83-with-comps-OK.asn1
@@ -11,10 +11,10 @@
 	DEFINITIONS ::=
 BEGIN
 
-	Type1 ::= SET {}
+	Type1 ::= SET { foo INTEGER OPTIONAL }
 
 	Type2 ::= SET {
-		COMPONENTS OF Type1 (WITH COMPONENTS { ... })
+		COMPONENTS OF Type1 (WITH COMPONENTS { ..., foo ABSENT })
 	}
 
 END