aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile13.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile13.awk')
-rw-r--r--test/profile13.awk4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/profile13.awk b/test/profile13.awk
new file mode 100644
index 00000000..dc090ae9
--- /dev/null
+++ b/test/profile13.awk
@@ -0,0 +1,4 @@
+BEGIN {
+ printf "hello\n" > "/dev/stderr"
+ printf("hello\n") > "/dev/stderr"
+}