brintos

brintos / llvm-project-archived public Read only

0
0
Text · 170 B · 29ec164 Raw
9 lines · plain
1! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s2! CHECK-NOT: expected '=>'3! CHECK: error: expected 'THEN'4if (.false.) then5else if (.false.)6else7end if8end9