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
/
test7.lua
blob
e31348790b29c0362327a873450f6846581f53bb
1
print
"Linking error test:"
2
print
"-------------------"
3
4
require
'tcc.loader'
5
6
local
mod
=
require
'test7_mod'
7
8
print
(
mod
)