packages feed

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

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

define Program {
  run () {
    \ BasicOutput.stdout()
        .write($ExprLookup[MODULE_PATH]$ + "\n")
        .write("Static linking works!\n")
        .flush()
  }
}