Initial commit: Go 1.23 release state
This commit is contained in:
11
test/fixedbugs/issue13777.dir/main.go
Normal file
11
test/fixedbugs/issue13777.dir/main.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// build
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
x "./burnin"
|
||||
)
|
||||
|
||||
func main() {
|
||||
x.NewSomething()
|
||||
}
|
||||
Reference in New Issue
Block a user