From cae8bc6ced84c12590e3554a06a952283735363a Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 12:09:58 +0300 Subject: Move to 2.14. --- test/arrayref | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/arrayref (limited to 'test/arrayref') diff --git a/test/arrayref b/test/arrayref new file mode 100644 index 00000000..144d41a0 --- /dev/null +++ b/test/arrayref @@ -0,0 +1,13 @@ + BEGIN { # foo[10] = 0 # put this line in and it will work + test(foo); print foo[1] + test2(foo2); print foo2[1] + } + + function test(foo) + { + test2(foo) + } + function test2(bar) + { + bar[1] = 1 + } -- cgit v1.2.3