convert *[] to [].

R=r
OCL=21563
CL=21571
diff --git a/test/interface1.go b/test/interface1.go
index c81cad5..649a955 100644
--- a/test/interface1.go
+++ b/test/interface1.go
@@ -11,7 +11,7 @@
 }
 
 type Regexp struct {
-	code *[]Inst;
+	code []Inst;
 	start	Inst;
 }