Files
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");