Sign in
go
/
go
/
f423d616b15302730c1b737a3b22afca315a7fbe
/
.
/
test
/
fixedbugs
/
bug313.dir
/
a.go
blob: 335f84d4ba16b2e1fa2ae0c178429289ef991801 [
file
] [
log
] [
blame
]
// Copyright 2010 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
import "fmt"
func a() {
fmt.DoesNotExist()
// ERROR "undefined"
}