summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug044.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug044.go')
-rw-r--r--test/fixedbugs/bug044.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug044.go b/test/fixedbugs/bug044.go
index 789237abe..52ee03308 100644
--- a/test/fixedbugs/bug044.go
+++ b/test/fixedbugs/bug044.go
@@ -6,7 +6,7 @@
package main
-type S struct {
+export type S struct {
};
func (p *S) M1a() ;