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