blob: d2fd67cf32f3fbff347ff4e81987c74a95378fe8 [file] [log] [blame]
Russ Cox2b1c9b42012-02-16 23:49:30 -05001// errorcheck
Russ Cox05a1eb12009-12-03 01:12:02 -08002
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.
6
7package main
8
9type T T // ERROR "recursive"
10