Files
ANSLibs/swig-4.3.0/Examples/test-suite/errors/pp_macro_inline_unterminated.i

12 lines
87 B
OpenEdge ABL

%module xxx
%define foo(a,x)
int ii;
%enddef
%inline %{
struct Struct {
foo(2,
};
%}