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