repo.or.cz
/
tcc4lua.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Prepare new Release
[tcc4lua.git]
/
test
/
test5.lua
blob
ad30775a22793b6c0007f24e4ae8a638038155d6
1
print
"Binary module loading error test:"
2
print
"---------------------------------"
3
4
local
mod
=
require
'test5_mod'
5
6
print
(
mod
)
7