blob: 46266b4bf32e928dcdcf6d4fec8427bb3079f6d9 [file] [log] [blame]
%module single
%inline %{
class Foo {
public:
int a;
};
%}