Source file test/fixedbugs/issue32778.go

     1  // compiledir
     2  
     3  // Copyright 2019 The Go Authors. All rights reserved. Use of this
     4  // source code is governed by a BSD-style license that can be found in
     5  // the LICENSE file.
     6  
     7  // This directory contains a pair of packages that triggers a compiler
     8  // crash in gccgo (problem with tracking indirectly referenced
     9  // packages during exporting). See issue 32778 for details.
    10  
    11  package ignored
    12  

View as plain text