aboutsummaryrefslogtreecommitdiff
path: root/tests/core/go_proto_library/extra.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/go_proto_library/extra.go')
-rw-r--r--tests/core/go_proto_library/extra.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/core/go_proto_library/extra.go b/tests/core/go_proto_library/extra.go
new file mode 100644
index 00000000..d27cddc8
--- /dev/null
+++ b/tests/core/go_proto_library/extra.go
@@ -0,0 +1,5 @@
+package foo
+
+func Extra() int {
+ return 42
+}