go/cmd/bundle/testdata/src/initial/b.go

13 lines
113 B
Go

// The package doc comment
package initial
import "fmt"
type t int
const c = 1
func foo() {
fmt.Println()
}