blob: ff0ca113e96a3ba109e08863716659eb58934373 [file] [log] [blame]
%module spam
%{
#include "spam.h"
%}
%import bar.i
%include "spam.h"
%template(IntSpam) Spam<int>;