delete export

TBR=r
OCL=23121
CL=23127
diff --git a/test/fixedbugs/bug098.go b/test/fixedbugs/bug098.go
index 7c20d92..8e790a7 100644
--- a/test/fixedbugs/bug098.go
+++ b/test/fixedbugs/bug098.go
@@ -6,8 +6,8 @@
 
 package main
 
-export type A []int;
-export type M map[int] int;
+type A []int;
+type M map[int] int;
 
 func main() {
 	var a *A = &A{0};