Files
ANSLibs/swig-4.3.0/Examples/test-suite/errors/cpp_template_not.i

10 lines
56 B
OpenEdge ABL
Raw Normal View History

%module xxx
int blah;
%template(blahi) blah<int>;