summaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/cpp_template_not.i
blob: c8df700b5a0642386670d2e471eec90812a2e33d (plain)
1
2
3
4
5
6
7
8
9
%module xxx

int blah;

%template(blahi) blah<int>;