DEBSOURCES
Skip Quicknav
sources / swig / 3.0.10-1.1 / Examples / chicken / egg / mod1.i
12345678
%module mod1 %inline %{ class Bar { public: int b; }; %}