summaryrefslogtreecommitdiff
path: root/test/vectors.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/vectors.go')
-rw-r--r--test/vectors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vectors.go b/test/vectors.go
index e5cbde2d5..f468f4b29 100644
--- a/test/vectors.go
+++ b/test/vectors.go
@@ -9,7 +9,7 @@ package main
import "array"
-type S struct {
+export type S struct {
val int
}