1 // $G $D/$F.go && $L $F.$A && ./$A.out
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.
13 func accum(args ...interface{}) {
14 s += fmt.Sprintln(args...)
19 for i := 0; i < 3; i++ {
27 if s != "0.30000000000000004\n0.2\n0.1\n" {