Files
cpp-thirdparty/winx64/bin/swig-3.0.12/Examples/test-suite/errors/pp_unknowndirective.i
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

13 lines
442 B
OpenEdge ABL

%module xxx
/* Regression test for bug introduced in 3.0.4 and fixed in 3.0.6 - the '%std'
* here led to SWIG calling abort().
*/
%typemap(jstype) std::vector<std::string>, const %std::vector<std::string>&, std::vector<std::string>& "List<String>"
/* This used to give the rather cryptic "Syntax error in input(1)." prior to
* SWIG 3.0.4. This testcase checks that the improved message is actually
* issued.
*/
%remane("typo") tyop;