Index: tests/bugs/203-7.cfa
===================================================================
--- tests/bugs/203-7.cfa	(revision 15806ed4125985b4bd7172dc59af8da70529cd89)
+++ tests/bugs/203-7.cfa	(revision 667b3c7658b202d8d7ada30db8d799b8d3d43e65)
@@ -1,10 +1,10 @@
 // Trac ticket: https://cforall.uwaterloo.ca/trac/ticket/203
 
-forall(dtype A)
+forall(A &)
 struct empty {
 	// Nothing.
 };
 
-forall(dtype C)
+forall(C &)
 struct wrap_e {
 	empty(C) field;
