blob: 155c08d3495f093689dd9551cd40e92aa83031bc [file] [log] [blame]
%module bar
%{
#include "bar.h"
%}
%import base.i
%include "bar.h"
%template(intBar) Bar<int>;