blob: ad8c37cf60af46fb80a8b217ad5e149f81d1eb59 [file] [log] [blame]
! RUN: not %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
do i = 1,10
! CHECK: Unmatched '('
if (i != 0) then
exit
endif
enddo
end