#!/usr/local/bin/rune -x # import "sys"; void test(int *x, int *y, ...) { } int main(int ac, char **av) { int a; int b; test(&b, &b, &b); }