swig/SWIG/Examples/test-suite/php4/namewarn_rename.i
Marcelo Matus 9a865b570b add fullname to the php4 kw warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8181 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-02 10:18:49 +00:00

20 lines
148 B
OpenEdge ABL

%module namewarn_rename
%inline %{
void Empty() {};
class stdClass
{
};
struct Hello
{
void empty() {}
};
%}