aboutsummaryrefslogtreecommitdiff
path: root/internal/gcimporter/testdata/b.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gcimporter/testdata/b.go')
-rw-r--r--internal/gcimporter/testdata/b.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/internal/gcimporter/testdata/b.go b/internal/gcimporter/testdata/b.go
new file mode 100644
index 000000000..419667820
--- /dev/null
+++ b/internal/gcimporter/testdata/b.go
@@ -0,0 +1,11 @@
+// Copyright 2016 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// Input for TestIssue13566
+
+package b
+
+import "./a"
+
+type A a.A