1 2 3 4 5 6 7 8 9 10 11
import wit.a.b.runner; import wit.common; @witExport("$root", "run") void run() { x(); } alias Exports = wit.a.b.runner.Exports!( run );