Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/import_fragments_b.i
2019-08-04 21:38:19 -05:00

10 lines
121 B
OpenEdge ABL

%module import_fragments_b
%fragment("ImportB", "header") %{
ImportB_this_will_not_compile;
%}
%fragment("ImportB");