blob: b0cb3120558d0227f72dc7da7e85a85175005022 [file] [log] [blame]
// Test that was failing for PHP - the value of the -prefix option was
// ignored
%module prefix
%inline %{
class Foo {
public:
Foo *get_self() {
return this;
}
};
%}