swig/Examples/test-suite/errors/cpp_invalid_template.i

10 lines
107 B
OpenEdge ABL

%module xxx
%template(abc) SSS::AAA<int>;
namespace UUU {
struct JJJ;
}
%template(xxx) UUU::JJJ<int>;