swig/Examples/test-suite/packageoption.h
2008-05-10 10:36:35 +00:00

5 lines
51 B
C++

class A
{
public:
int testInt() { return 2;}
};