brintos

brintos / llvm-project-archived public Read only

0
0
Text · 242 B · 978e42b Raw
12 lines · plain
1! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s2! CHECK: error: end of file3! CHECK: ^4! CHECK: in the context: END PROGRAM statement5! CHECK: in the context: main program6 7  integer :: i8 9  ! Add empty lines for emphasis10 11  i = 512