Source file test/fixedbugs/gcc67968.go

     1  // compiledir
     2  
     3  // Copyright 2015 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  // https://gcc.gnu.org/PR67968
     8  
     9  // gccgo compiler crash building the equality and hash functions for a
    10  // type when a return statement requires a conversion to interface
    11  // type of a call of function defined in a different package that
    12  // returns an unnamed type.
    13  
    14  package ignored
    15  

View as plain text