summaryrefslogtreecommitdiff
path: root/Examples/test-suite/packageoption_b.i
blob: 40a44be14f49dfd7d26e3c9df1c2e44835f551c7 (plain)
1
2
3
4
5
6
7
8
9
10
%module(package="CommonPackage") "packageoption_b";

%inline %{
class B
{
 public:
  int testInt() { return 4; }
};

%}