summaryrefslogtreecommitdiff
path: root/test/noeffect.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/noeffect.awk')
-rw-r--r--test/noeffect.awk5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/noeffect.awk b/test/noeffect.awk
new file mode 100644
index 0000000..b67a5c5
--- /dev/null
+++ b/test/noeffect.awk
@@ -0,0 +1,5 @@
+BEGIN {
+ s == "hello, world";
+ s + 1
+ ;;
+}