aboutsummaryrefslogtreecommitdiff
path: root/Examples/chicken/egg/single.i
blob: 46266b4bf32e928dcdcf6d4fec8427bb3079f6d9 (plain)
1
2
3
4
5
6
7
8
%module single

%inline %{
class Foo {
  public:
    int a;
};
%}