10 lines · plain
1! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s2! CHECK:error: end of file3! CHECK:in the context: END PROGRAM statement4! CHECK:unparseable.f90:9:1: in the context: main program5! CHECK:error: end of file6! CHECK:unparseable.f90:9:1: in the context: SELECT TYPE construct7module m8end9select type (barf)10