summaryrefslogtreecommitdiff
path: root/src/pkg/go/build/testdata/other/main.go
blob: e0904357c926d1ed8cc2c8892d33c0ccddf7fcff (plain)
1
2
3
4
5
6
7
8
9
10
11
// Test data - not compiled.

package main

import (
	"./file"
)

func main() {
	file.F()
}