aboutsummaryrefslogtreecommitdiff
path: root/test/named1.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-02-24 11:48:19 +1100
committerRob Pike <r@golang.org>2012-02-24 11:48:19 +1100
commit80a9783f842ff5d14fd5e2e5d5a129635a081031 (patch)
tree1ee1d083efadeb7077c17d701a82c5d338f4c30c /test/named1.go
parentc05c3a9d1180e6d449049d9ed96c46b65837bb29 (diff)
downloadgo-80a9783f842ff5d14fd5e2e5d5a129635a081031.tar.gz
go-80a9783f842ff5d14fd5e2e5d5a129635a081031.zip
test/[n-z]*.go: add documentation
R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/5700056
Diffstat (limited to 'test/named1.go')
-rw-r--r--test/named1.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/named1.go b/test/named1.go
index 5ff6930f7d..62b874c5cb 100644
--- a/test/named1.go
+++ b/test/named1.go
@@ -6,6 +6,7 @@
// Test that basic operations on named types are valid
// and preserve the type.
+// Does not compile.
package main