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