10 lines
56 B
OpenEdge ABL
10 lines
56 B
OpenEdge ABL
%module xxx
|
|
|
|
int blah;
|
|
|
|
%template(blahi) blah<int>;
|
|
|
|
|
|
|
|
|