blob: d92746ae043807b6836561f0014679eeaa34a764 [file] [log] [blame]
%module xxx
namespace foo {
%inline %{
int bar(int x) { }
%}
}