12 lines
87 B
OpenEdge ABL
12 lines
87 B
OpenEdge ABL
%module xxx
|
|
|
|
%define foo(a,x)
|
|
int ii;
|
|
%enddef
|
|
|
|
%inline %{
|
|
struct Struct {
|
|
foo(2,
|
|
};
|
|
%}
|