summaryrefslogtreecommitdiff
path: root/test/files/run/t8047.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t8047.check')
-rw-r--r--test/files/run/t8047.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/run/t8047.check b/test/files/run/t8047.check
new file mode 100644
index 0000000000..a6b83a4a16
--- /dev/null
+++ b/test/files/run/t8047.check
@@ -0,0 +1,7 @@
+doWhile$1(){
+ 1;
+ if (true)
+ doWhile$1()
+ else
+ ()
+}