aboutsummaryrefslogtreecommitdiff
path: root/testes/cstack.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/cstack.lua')
-rw-r--r--testes/cstack.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/testes/cstack.lua b/testes/cstack.lua
index 4e37b988..c1177f3b 100644
--- a/testes/cstack.lua
+++ b/testes/cstack.lua
@@ -1,6 +1,8 @@
1-- $Id: testes/cstack.lua $ 1-- $Id: testes/cstack.lua $
2-- See Copyright Notice in file all.lua 2-- See Copyright Notice in file all.lua
3 3
4do return end
5
4local debug = require "debug" 6local debug = require "debug"
5 7
6print"testing C-stack overflow detection" 8print"testing C-stack overflow detection"