summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/paramtyp.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/paramtyp.awk')
-rw-r--r--contrib/awk/test/paramtyp.awk20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/awk/test/paramtyp.awk b/contrib/awk/test/paramtyp.awk
deleted file mode 100644
index 58848bb..0000000
--- a/contrib/awk/test/paramtyp.awk
+++ /dev/null
@@ -1,20 +0,0 @@
-# Sun Apr 25 13:28:58 IDT 1999
-# from Juegen Khars. This program should not core dump.
- function ReadPGM(f, d) {
-print "ReadPGM"
- d[1] = 1
- }
-
- function WritePGM(f, d) {
-print "WritePGM"
- d[1] = 0
- }
-
- BEGIN {
-print "before ReadPGM"
- ReadPGM("", d)
-print "after ReadPGM"
-print "before WritePGM"
- WritePGM("", d)
-print "after WritePGM"
- }
OpenPOWER on IntegriCloud