summaryrefslogtreecommitdiff
path: root/test/import2.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/import2.go')
-rw-r--r--test/import2.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/import2.go b/test/import2.go
index 0efc285fa..0acfabcc1 100644
--- a/test/import2.go
+++ b/test/import2.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.
+// Various declarations of exported variables and functions.
+// Imported by import3.go.
+
package p
var C1 chan <- chan int = (chan<- (chan int))(nil)