Index: tests/zombies/Rank2.c
===================================================================
--- tests/zombies/Rank2.c	(revision 87b93323c11d412259391b6741a7bc4dcad8981e)
+++ tests/zombies/Rank2.c	(revision ead174a54145ccf49c20e27bf45dabecb29e57c8)
@@ -1,4 +1,4 @@
-int ?=?( int *, int );
-forall(dtype DT) DT * ?=?( DT **, DT * );
+int ?=?( int &, int );
+forall(dtype DT) DT * ?=?( DT *&, DT * );
 
 void a() {
@@ -11,6 +11,6 @@
 	void h( int *null );
 	forall( otype T ) T id( T );
-	forall( dtype T ) T *0;
-	int 0;
+//	forall( dtype T ) T *0;
+//	int 0;
 	h( id( id( id( 0 ) ) ) );
 }
