Source file test/fixedbugs/issue47185.go
1 // runindir 2 3 //go:build cgo 4 5 // Copyright 2021 The Go Authors. All rights reserved. 6 // Use of this source code is governed by a BSD-style 7 // license that can be found in the LICENSE file. 8 9 // Another test to verify compiler and linker handling of multiple 10 // competing map.zero symbol definitions. 11 12 package ignored 13