summaryrefslogtreecommitdiff
path: root/Examples/test-suite/lua_no_module_global.i
blob: 7f71788f56dabfb3dcf7907f7f7472c61b90d126 (plain)
1
2
3
4
5
%module lua_no_module_global
%{
    const char *hi_mom() { return "hi mom!"; }
%}
const char *hi_mom();