blob: 2d77156c1aeccd650347d16df2751c0617e2d6c1 [file] [log] [blame]
Russ Cox80803842012-02-16 23:49:59 -05001// errorcheck
Scott Lawrenceb16f3a22012-01-16 18:12:25 -05002
3// Copyright 2011 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// Issue 2598
8package foo
9
Ian Lance Taylord5b7c512012-01-26 23:06:47 -080010return nil // ERROR "non-declaration statement outside function body|expected declaration"