summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/src/go-cmd-test/helloworld.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/testdata/src/go-cmd-test/helloworld.go')
-rw-r--r--libgo/go/cmd/go/testdata/src/go-cmd-test/helloworld.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgo/go/cmd/go/testdata/src/go-cmd-test/helloworld.go b/libgo/go/cmd/go/testdata/src/go-cmd-test/helloworld.go
new file mode 100644
index 0000000000..002a5c740c
--- /dev/null
+++ b/libgo/go/cmd/go/testdata/src/go-cmd-test/helloworld.go
@@ -0,0 +1,5 @@
+package main
+
+func main() {
+ println("hello world")
+}