swig/Examples/test-suite/template_nested_flat.i

8 lines
155 B
OpenEdge ABL

%module template_nested_flat
// Test nested templates ("flatnested" version of template_nested.i)
%feature ("flatnested");
%include "template_nested.i"