new new & make

R=r
OCL=22166
CL=22166
diff --git a/test/interface1.go b/test/interface1.go
index a053ed3..649a955 100644
--- a/test/interface1.go
+++ b/test/interface1.go
@@ -28,8 +28,8 @@
 }
 
 func main() {
-	re := new(*Regexp);
+	re := new(Regexp);
 	print("call addinst\n");
-	var x Inst = AddInst(new(*Start));	// ERROR "illegal|incompatible"
+	var x Inst = AddInst(new(Start));	// ERROR "illegal|incompatible"
 	print("return from  addinst\n");
 }