summaryrefslogtreecommitdiff
path: root/t/foo
diff options
context:
space:
mode:
Diffstat (limited to 't/foo')
-rwxr-xr-xt/foo4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/foo b/t/foo
new file mode 100755
index 0000000000..ace796d88b
--- /dev/null
+++ b/t/foo
@@ -0,0 +1,4 @@
+#!./perl -Dst
+
+$ref = [[],2,[3,4,5,]];
+print ${$$ref[2]}[2] == 5 ? "ok 16\n" : "not ok 16\n";