aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile4.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile4.ok')
-rw-r--r--test/profile4.ok11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/profile4.ok b/test/profile4.ok
new file mode 100644
index 00000000..8ff4470f
--- /dev/null
+++ b/test/profile4.ok
@@ -0,0 +1,11 @@
+ # BEGIN block(s)
+
+ BEGIN {
+ a = "foo" (c = "bar")
+ a = (b - c) "foo"
+ a = "foo" (b - c)
+ q = (d = "x") (e = "y")
+ a = (c = tolower("FOO")) in JUNK
+ x = y == 0 && z == 2 && q == 45
+ }
+