blob: 0aed03216d56c883288ee5c912848002d94459f5 [file] [log] [blame]
Russ Cox80803842012-02-16 23:49:59 -05001// errorcheck
Russ Coxf20c2e12010-07-26 17:34:17 -07002
Emmanuel Odeke53fd5222016-04-10 14:32:26 -07003// Copyright 2010 The Go Authors. All rights reserved.
Russ Coxf20c2e12010-07-26 17:34:17 -07004// Use of this source code is governed by a BSD-style
5// license that can be found in the LICENSE file.
6
7package ddd
8
9func Sum() int
Russ Cox2f8190a2011-07-28 12:31:16 -040010 for i := range []int{} { return i } // ERROR "statement outside function|expected"
Russ Coxf20c2e12010-07-26 17:34:17 -070011