git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12203 626c5289-ae23-0410-ae9c-e8d60b6d4f22
20 lines
139 B
OpenEdge ABL
20 lines
139 B
OpenEdge ABL
%module xxx
|
|
|
|
|
|
%define MISSING_DOT1(a,
|
|
b,
|
|
..)
|
|
xxx
|
|
%enddef
|
|
|
|
%define MISSING_DOT2(..)
|
|
xxx
|
|
%enddef
|
|
|
|
%define BAD_ARGNAME(
|
|
a,
|
|
b{c
|
|
)
|
|
xxx
|
|
%enddef
|
|
|