blob: 6a2940b89c1cf10d9b141509a9337b112b25aa72 [file] [log] [blame]
%module mod1
%inline %{
class Bar {
public:
int b;
};
%}