Files

8 lines
64 B
OpenEdge ABL
Raw Permalink Normal View History

%module xxx
namespace foo {
%inline %{
int bar(int x) { }
%}
}