Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
lua_no_module_global.i
blob: 7f71788f56dabfb3dcf7907f7f7472c61b90d126 [
file
] [
log
] [
blame
]
%
module
lua_no_module_global
%{
const
char
*
hi_mom
()
{
return
"hi mom!"
;
}
%}
const
char
*
hi_mom
();