Source file test/fixedbugs/issue32922.go
1 // compiledir 2 3 // Copyright 2019 The Go Authors. All rights reserved. 4 // Use of this source code is governed by a BSD-style 5 // license that can be found in the LICENSE file. 6 7 // This directory contains a pair of packages that triggers a compiler 8 // error in gccgo (problem with the way inlinable call expressions are 9 // imported). See issue 32922 for details. 10 11 package ignored 12