Russ Cox | 8080384 | 2012-02-16 23:49:59 -0500 | [diff] [blame] | 1 | // errorcheck |
Scott Lawrence | b16f3a2 | 2012-01-16 18:12:25 -0500 | [diff] [blame] | 2 | |
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 | ||||
8 | package foo | ||||
9 | |||||
Ian Lance Taylor | d5b7c51 | 2012-01-26 23:06:47 -0800 | [diff] [blame] | 10 | return nil // ERROR "non-declaration statement outside function body|expected declaration" |