blob: 5ec45ad4ba6b8adbc86c212aed9313fcaf3e8a52 [file] [log] [blame]
// The package doc comment
package initial
import (
"fmt"
"domain.name/importdecl"
)
type t int
const c = 1
func foo() {
fmt.Println(importdecl.F())
}