mirror of
https://github.com/golang/go
synced 2024-11-23 04:00:03 -07:00
63985b489b
R=ken OCL=25787 CL=25791
12 lines
247 B
Go
12 lines
247 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 "syscall"
|
|
func f() {
|
|
syscall := 1
|
|
}
|