blob: 399b6ede92952a4651c3643d3490315dac66773d [file] [log] [blame]
// The package doc comment
package initial
import "fmt"
type t int
const c = 1
func foo() {
fmt.Println()
}