1! RUN: not %flang_fc1 -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
2! CHECK: expected end of statement
3
4subroutine s
5  do 10 i = 1, 10
65  end do
710 end do
8end subroutine s
9