From 03d81b5ed91dfb3a2d1041bfe80dd94e7f06a3c4 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 25 Oct 2016 14:09:18 -0700 Subject: 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 TryBot-Result: Gobot Gobot Reviewed-by: Matthew Dempsky --- test/alias3.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/alias3.go (limited to 'test/alias3.go') 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 -- cgit v1.2.1