diff options
Diffstat (limited to '')
-rw-r--r-- | testes/closure.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testes/closure.lua b/testes/closure.lua index d3b9f621..0c2e96c0 100644 --- a/testes/closure.lua +++ b/testes/closure.lua | |||
@@ -1,6 +1,8 @@ | |||
1 | -- $Id: testes/closure.lua $ | 1 | -- $Id: testes/closure.lua $ |
2 | -- See Copyright Notice in file lua.h | 2 | -- See Copyright Notice in file lua.h |
3 | 3 | ||
4 | global <const> * | ||
5 | |||
4 | print "testing closures" | 6 | print "testing closures" |
5 | 7 | ||
6 | do -- bug in 5.4.7 | 8 | do -- bug in 5.4.7 |