summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/noeffect.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/noeffect.awk')
-rw-r--r--contrib/awk/test/noeffect.awk4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/awk/test/noeffect.awk b/contrib/awk/test/noeffect.awk
new file mode 100644
index 0000000..b375a4c
--- /dev/null
+++ b/contrib/awk/test/noeffect.awk
@@ -0,0 +1,4 @@
+BEGIN {
+ s == "hello, world";
+ print s
+}
OpenPOWER on IntegriCloud