swig/Examples/test-suite/python_weakref.i

10 lines
128 B
OpenEdge ABL

// Test if SwigPyObject derived class can be weakrefed
%module python_weakref
%inline %{
struct TestStruct {
int x;
};
%}