From 6cc7d587a710606d3fe52222707739c7cc1b8651 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 13:22:00 +0300 Subject: Move to gawk-3.1.3. --- test/uninit3.awk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/uninit3.awk (limited to 'test/uninit3.awk') diff --git a/test/uninit3.awk b/test/uninit3.awk new file mode 100644 index 00000000..d0140d54 --- /dev/null +++ b/test/uninit3.awk @@ -0,0 +1,7 @@ +function f(x){ + print x +} + +BEGIN { + f(x) +} -- cgit v1.2.3