packages feed

zeolite-lang-0.18.0.0: tests/fast-static/program.0rx

concrete Program {
  @type run () -> ()
}

define Program {
  run () {
    \ LazyStream<Formatted>.new()
        .append($ExprLookup[MODULE_PATH]$ + "\n")
        .append("Static linking works!\n")
        .writeTo(SimpleOutput.stdout())
  }
}