tabling declared() stuff

This commit is contained in:
awr
2018-09-04 16:21:47 -05:00
parent e6a4213fae
commit 89ad1cc9b1

View File

@@ -1,12 +0,0 @@
discard """
output:'''false'''
"""
{.experimental: "codeReordering".}
proc x() =
echo(declared(foo))
var foo = 4
x() # "false", the same as it would be with code reordering OFF