blob: 5497ac652ecd911a249c94b7afe5cc1387fbabe8 [file] [log] [blame]
! { dg-do compile }
! PR fortran/78500
class(t) function f() ! { dg-error "is not accessible" }
f = 1 ! { dg-error "variable must not be polymorphic" }
end