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