summaryrefslogtreecommitdiff
path: root/test/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/init.go')
-rw-r--r--test/init.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/init.go b/test/init.go
index 0146f4b3e..f4689443c 100644
--- a/test/init.go
+++ b/test/init.go
@@ -4,6 +4,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// Verify that erroneous use of init is detected.
+// Does not compile.
+
package main
import "runtime"