blob: 87877c4f0a2976af2da47559cadbc68c272a8ef4 [file] [log] [blame]
%module php_namewarn_rename
%inline %{
void Empty() {};
class stdClass
{
};
struct Hello
{
void empty() {}
};
%}