blob: 8db3dd8a51171a4ca5453f8edbad0b20c4441371 [file] [log] [blame]
Ian Lance Taylora4fb8c12015-11-01 12:30:54 -08001// 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
14package ignored