blob: 07126d0ffb27ac39a65254bbd6b635ce42fca715 [file] [log] [blame] [edit]
! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s
! CHECK:error: end of file
! CHECK:in the context: END PROGRAM statement
! CHECK:unparseable.f90:9:1: in the context: main program
! CHECK:error: end of file
! CHECK:unparseable.f90:9:1: in the context: SELECT TYPE construct
module m
end
select type (barf)