summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr85779_3.f90
blob: a81a9faf88e7bc43d86badb91f56c2e733cc521e (plain)
1
2
3
4
5
6
7
! { dg-do compile }
! PR fortran/85779
class(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