summaryrefslogtreecommitdiff
path: root/test/alias3.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2016-10-25 14:09:18 -0700
committerRobert Griesemer <gri@golang.org>2016-10-27 17:44:45 +0000
commit03d81b5ed91dfb3a2d1041bfe80dd94e7f06a3c4 (patch)
treee4cd0b9b39f921dbdfb2e3ff0827be48106d887a /test/alias3.go
parent81038d2e2b588f9df45d20a2ca0be446b0e421b2 (diff)
downloadgo-git-03d81b5ed91dfb3a2d1041bfe80dd94e7f06a3c4.tar.gz
cmd/compile: import/export of alias declarations
This CL completes support for alias declarations in the compiler. Also: - increased export format version - updated various comments For #16339. Fixes #17487. Change-Id: Ic6945fc44c0041771eaf9dcfe973f601d14de069 Reviewed-on: https://go-review.googlesource.com/32090 Run-TryBot: Robert Griesemer <gri@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Diffstat (limited to 'test/alias3.go')
-rw-r--r--test/alias3.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/alias3.go b/test/alias3.go
new file mode 100644
index 0000000000..4830c68c68
--- /dev/null
+++ b/test/alias3.go
@@ -0,0 +1,7 @@
+// rundir
+
+// 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.
+
+package ignored