blob: 1787a94b6a954bacb8d0c760011bf8d95d016bad [file] [log] [blame]
package home
// deliberately put in another file to test resolving top-level identifiers
// in different files.
runBase: {
task echo: {
kind: "exec"
stdout: string
}
task display: {
kind: "print"
text: task.echo.stdout
}
}