This website requires JavaScript.
Explore
Help
Sign In
XS-MLVP
/
swig
mirror of
https://github.com/swig/swig.git
Watch
0
Star
0
Fork
You've already forked swig
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
swig
/
Examples
/
test-suite
/
lua
/
cast_operator_runme.lua
6 lines
93 B
Lua
Raw
Permalink
Blame
History
require
(
"
cast_operator
"
)
local
a
=
cast_operator.A
(
)
local
t
=
a
:
tochar
(
)
assert
(
t
==
"
hi
"
)
Reference in New Issue
View Git Blame
Copy Permalink