R=rsc
DELTA=23 (22 added, 1 deleted, 0 changed)
OCL=35529
CL=35537
--- /dev/null
+// $G $D/$F.go || echo BUG: should compile
+
+// Copyright 2009 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package main
+
+func main() {
+ var buf [10]int;
+ for ; len(buf); { // ERROR "bool"
+ }
+}
+
+/*
+uetli:/home/gri/go/test/bugs gri$ 6g bug209.go
+bug209.go:5: Bus error
+*/
7! = 5040
8! = 40320
9! = 362880
-10! = 3628800
=========== ./printbig.go
-9223372036854775808
too many calls: 5
panic PC=xxx
BUG: bug196
+
+=========== bugs/bug209.go
+bugs/bug209.go:11: BUG: should compile
+Bus error $G $D/$F.go