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