blob: 186568ff124940b7e029d8c552d7e54f349215df [file] [log] [blame]
! { dg-do compile }
! PR fortran/85779
type(t) function f() ! { dg-error "is not accessible" }
type f ! { dg-error "already has a basic type" }
end type ! { dg-error "END FUNCTION statement" }
end