brintos

brintos / llvm-project-archived public Read only

0
0
Text · 144 B · ad8c37c Raw
9 lines · plain
1! RUN: not %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s2do i = 1,103  ! CHECK: Unmatched '('4  if (i != 0) then5    exit6  endif7enddo8end9