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

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