blob: 0cb34873272ba8b894d5a92d595009321f7078c8 [file] [log] [blame]
Russ Cox80803842012-02-16 23:49:59 -05001// compile
Russ Cox5e985052011-12-07 15:48:55 -05002
Emmanuel Odeke53fd5222016-04-10 14:32:26 -07003// Copyright 2011 The Go Authors. All rights reserved.
Russ Cox5e985052011-12-07 15:48:55 -05004// Use of this source code is governed by a BSD-style
5// license that can be found in the LICENSE file.
6
7// Used to cause a typechecking loop error.
8
9package pkg
10type T map[int]string
11var q = &T{}