Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / go.test / test / fixedbugs / bug165.go
blob8ce67a46db574fa73c830f8164926a8f2c2b6054
1 // errchk $G $D/$F.go
3 // Copyright 2009 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.
7 package main
9 type I interface {
10 m(map[I] bool); // ok
13 type S struct {
14 m map[S] bool; // ERROR "map key type"