go/test/fixedbugs/bug129.go
Russ Cox 63985b489b bug085 bug129
R=ken
OCL=25787
CL=25791
2009-03-05 15:57:03 -08:00

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
}