blob: 40a44be14f49dfd7d26e3c9df1c2e44835f551c7 [file] [log] [blame]
%module(package="CommonPackage") "packageoption_b";
%inline %{
class B
{
public:
int testInt() { return 4; }
};
%}