git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12205 626c5289-ae23-0410-ae9c-e8d60b6d4f22
10 lines
153 B
OpenEdge ABL
10 lines
153 B
OpenEdge ABL
%module xxx
|
|
|
|
/* Test line number reporting for multiple macro expansions */
|
|
|
|
#define MACRO2(a, b)
|
|
|
|
#define MACRO1(NAME) MACRO2(NAME,2,3)
|
|
|
|
MACRO1(abc)
|
|
|