go/test/fixedbugs/bug065.go
Rob Pike 5352306f10 fixed three-way decl
SVN=126254
2008-07-07 18:07:31 -07:00

12 lines
249 B
Go

// $G $D/$F.go && $L $F.$A && ./$A.out
// 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() {
k, l, m := 0,0,0;
}