#!/usr/local/bin/rune -x # import "sys"; import ; int main(int ac, char **av) { if (ac == 1) Sys.panic("calling panic"); else Sys.exit(54); }