test(lua): make sure bug reported by Floris does not happen in Lean 0.2
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
f375ed5f7a
commit
b9d7f8e867
1 changed files with 4 additions and 0 deletions
4
tests/lua/level9.lua
Normal file
4
tests/lua/level9.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
local l = param_univ("l")
|
||||
assert(l+0 == l)
|
||||
local l = mk_level_zero()
|
||||
assert(l+0 == mk_level_zero())
|
Loading…
Reference in a new issue