Source file test/fixedbugs/issue31637.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 triggered 8 // a compiler crash in gollvm (problem in handling an inlinable 9 // method with unnamed parameter). See issue 31637 for details. 10 11 package ignored 12