blob: e0904357c926d1ed8cc2c8892d33c0ccddf7fcff [file] [log] [blame]
// Test data - not compiled.
package main
import (
"./file"
)
func main() {
file.F()
}