summaryrefslogtreecommitdiff
path: root/test/profile6.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile6.awk')
-rw-r--r--test/profile6.awk7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/profile6.awk b/test/profile6.awk
new file mode 100644
index 00000000..754f8ae6
--- /dev/null
+++ b/test/profile6.awk
@@ -0,0 +1,7 @@
+BEGIN {
+ x = 3
+ print -(-x)
+ Q = "|"
+ print -3 Q (-4)
+ print -3 Q (-4) (-5)
+}