#!/usr/local/bin/rune -x -d import "sys"; import ; int main(int ac, char **av) { int x; fubar0(&x); } void fubar0(int *xp) { *xp = 1; }