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
/
test3.lua
blob
f1807a156565f4881c61666f6e11270c8d2477e9
1
print
"Normal behaviour test:"
2
print
"----------------------"
3
4
require
'tcc.loader'
5
6
local
mod
=
require
'test3_mod'
7
8
print
(
mod
)