blob: 29ec164d548bee521b30d6f0979594297cb10cf6 [file] [log] [blame]
! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s
! CHECK-NOT: expected '=>'
! CHECK: error: expected 'THEN'
if (.false.) then
else if (.false.)
else
end if
end