swig/Examples/test-suite/errors/cpp_inline_namespace.i

8 lines
64 B
OpenEdge ABL

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