1! RUN: not %f18 -funparse-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