summaryrefslogtreecommitdiff
path: root/tests/testfuncref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testfuncref')
-rw-r--r--tests/testfuncref2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testfuncref b/tests/testfuncref
index 675c70de81..217e4d14e0 100644
--- a/tests/testfuncref
+++ b/tests/testfuncref
@@ -5,4 +5,6 @@ function foobar()
print "foobar\n";
}
+$foobar = "foobar";
+
$a = ${"foo"."bar"}();