aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/cmd/tools/vdoc/tests/testdata/project1/main.v
blob: 1a1b52796e25d966e7eb222bf7c4c1b30b054f5e (plain)
1
2
3
4
5
6
7
8
const (
	source_root = 'temp'
)

// funky - comment for function below
fn funky() {
	println('hi')
}