blob: b6a99a8950e098205213b2ecdd6715c0f21edf9c [file] [log] [blame]
! { dg-do compile }
! { dg-options "-std=f2008" }
!
! PR fortran/48820
!
! Test TYPE(*)
subroutine one(a)
type(*) :: a ! { dg-error "Fortran 2018: Assumed type" }
end subroutine one