summaryrefslogtreecommitdiff
path: root/test/sinit.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/sinit.go')
-rw-r--r--test/sinit.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sinit.go b/test/sinit.go
index 5cd3a4567..1bc281037 100644
--- a/test/sinit.go
+++ b/test/sinit.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.
+// Test that many initializations can be done at link time and
+// generate no executable init functions.
+
package p
// Should be no init func in the assembly.