summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/shadow.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/shadow.awk')
-rw-r--r--contrib/awk/test/shadow.awk21
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/awk/test/shadow.awk b/contrib/awk/test/shadow.awk
deleted file mode 100644
index 9a58720..0000000
--- a/contrib/awk/test/shadow.awk
+++ /dev/null
@@ -1,21 +0,0 @@
-function foo()
-{
- print "foo"
-}
-
-function bar(A, Z, q)
-{
- print "bar"
-}
-
-function baz(C, D)
-{
- print "baz"
-}
-
-BEGIN {
- A = C = D = Z = y = 1
- foo()
- bar()
- baz()
-}
OpenPOWER on IntegriCloud