import source from 1.3.40
[external/swig.git] / Examples / test-suite / errors / cpp_inline_namespace.i
1 %module xxx
2
3 namespace foo {
4 %inline %{
5 int bar(int x) { }
6 %}
7 }