diff options
Diffstat (limited to 'test/profile13.ok')
-rw-r--r-- | test/profile13.ok | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/profile13.ok b/test/profile13.ok new file mode 100644 index 00000000..258238a9 --- /dev/null +++ b/test/profile13.ok @@ -0,0 +1,5 @@ +BEGIN { + printf("hello\n") > "/dev/stderr" + printf("hello\n") > "/dev/stderr" +} + |