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