DEBSOURCES
Skip Quicknav
sources / golang-github-d5-tengo / 2.17.0-2 / testdata / cli / three.tengo
123456
export { fn: func(a, b, c) { four := import("./two/four/four.tengo") return four.fn(a, b, c, "three") } }