swig/Examples/test-suite/packageoption_b.i
2008-05-10 10:36:35 +00:00

10 lines
108 B
OpenEdge ABL

%module(package="C") "packageoption_b";
%inline %{
class B
{
public:
int testInt() { return 4; }
};
%}