delete export

TBR=r
OCL=23121
CL=23127
diff --git a/test/fixedbugs/bug007.go b/test/fixedbugs/bug007.go
index 992276c..bd970de 100644
--- a/test/fixedbugs/bug007.go
+++ b/test/fixedbugs/bug007.go
@@ -6,7 +6,7 @@
 
 package main
 
-export type (
+type (
 	Point struct { x, y float };
 	Polar Point
 )