aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue46653.go
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2021-07-14 05:35:26 -0400
committerFilippo Valsorda <filippo@golang.org>2021-07-14 05:35:26 -0400
commitddf078e08dc61f38e26f9969dd2a2151a8c73904 (patch)
tree08c9f34f56b0a66a21f94f4ae75dc00af9f59375 /test/fixedbugs/issue46653.go
parent9647f89f2ac2a64acb502c594fc747f206842a86 (diff)
parentc6d89dbf9954b101589e2db8e170b84167782109 (diff)
downloadgo-ddf078e08dc61f38e26f9969dd2a2151a8c73904.tar.gz
go-ddf078e08dc61f38e26f9969dd2a2151a8c73904.zip
[dev.boringcrypto.go1.15] all: merge go1.15.14 into dev.boringcrypto.go1.15
Change-Id: Ia5ae002730c2c0e6bea5e9a10bf335af3ef23e23
Diffstat (limited to 'test/fixedbugs/issue46653.go')
-rw-r--r--test/fixedbugs/issue46653.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fixedbugs/issue46653.go b/test/fixedbugs/issue46653.go
new file mode 100644
index 0000000000..e6283b1de5
--- /dev/null
+++ b/test/fixedbugs/issue46653.go
@@ -0,0 +1,10 @@
+// runindir
+
+// Copyright 2021 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.
+
+// Test to verify compiler and linker handling of multiple
+// competing map.zero symbol definitions.
+
+package ignored