%module example %{ extern int fact(int n); %} extern int fact(int n);