9 lines
66 B
OpenEdge ABL
9 lines
66 B
OpenEdge ABL
%module single
|
|
|
|
%inline %{
|
|
class Foo {
|
|
public:
|
|
int a;
|
|
};
|
|
%}
|