aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t8047.check
blob: a6b83a4a16f446997533ca75398aa75352114573 (plain) (blame)
1
2
3
4
5
6
7
doWhile$1(){
  1;
  if (true)
    doWhile$1()
  else
    ()
}