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

11 lines
64 B
OpenEdge ABL
Raw Normal View History

%module xxx
%define VARARGS_WRONG(a,
x,
...,
b)
xxx
%enddef