aboutsummaryrefslogtreecommitdiffstats
path: root/test/exitval3.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/exitval3.awk')
-rw-r--r--test/exitval3.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/exitval3.awk b/test/exitval3.awk
new file mode 100644
index 00000000..33e8c433
--- /dev/null
+++ b/test/exitval3.awk
@@ -0,0 +1,2 @@
+BEGIN { exit 42 }
+END { exit }