Source file test/fixedbugs/issue35586.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  // Issue 35586: gollvm compiler crash building docker-ce; the problem
     8  // involves inlining a function that has multiple no-name ("_") parameters.
     9  //
    10  
    11  package ignored
    12  

View as plain text