index
:
delta/swig-tarball.git
baserock/morph
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Examples
/
test-suite
/
errors
/
cpp_inline_namespace.i
blob: d92746ae043807b6836561f0014679eeaa34a764 (
plain
)
1
2
3
4
5
6
7
%module xxx namespace foo { %inline %{ int bar(int x) { } %} }