Files
2019-08-04 21:38:19 -05:00

15 lines
178 B
OpenEdge ABL

// 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;
}
};
%}