git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8180 626c5289-ae23-0410-ae9c-e8d60b6d4f22
13 lines
92 B
OpenEdge ABL
13 lines
92 B
OpenEdge ABL
%module namewarn_rename
|
|
|
|
|
|
%inline %{
|
|
|
|
void Empty() {};
|
|
|
|
|
|
class stdClass
|
|
{
|
|
};
|
|
|
|
%}
|