Sign in
go
/
go
/
ef45e64afc7b6b49083dd3aa82d8363044e6aaaf
/
.
/
test
/
fixedbugs
/
bug065.go
blob: 7ff373eb019540447db9b2f850bcd1ca8e96dee8 [
file
] [
log
] [
blame
]
// $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;
}