blob: 3fb20b22f13d75bb9ed99983e55ebec5d12a94f5 [file] [log] [blame]
! RUN: %S/test_errors.sh %s %t %flang_fc1
subroutine s
parameter(a=1.0)
!ERROR: IMPLICIT NONE statement after PARAMETER statement
implicit none
end subroutine