aboutsummaryrefslogtreecommitdiffstats
path: root/test/noeffect.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/noeffect.awk')
-rw-r--r--test/noeffect.awk4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/noeffect.awk b/test/noeffect.awk
index 472c408e..4be76b1e 100644
--- a/test/noeffect.awk
+++ b/test/noeffect.awk
@@ -3,4 +3,8 @@ BEGIN {
s + 1
;;
"s" 1
+ "a"
+ 42
+ q = 42
+ q
}