mirror of
https://github.com/golang/go
synced 2024-11-12 02:00:23 -07:00
99d00eae3c
R=rsc DELTA=8 (0 added, 5 deleted, 3 changed) OCL=25857 CL=25861
12 lines
239 B
Go
12 lines
239 B
Go
// $G $D/$F.go || echo BUG129
|
|
|
|
// 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 foo
|
|
import "fmt"
|
|
func f() {
|
|
fmt := 1
|
|
}
|