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

21 lines
139 B
OpenEdge ABL
Raw Normal View History

%module xxx
%define MISSING_DOT1(a,
b,
..)
xxx
%enddef
%define MISSING_DOT2(..)
xxx
%enddef
%define BAD_ARGNAME(
a,
b{c
)
xxx
%enddef