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