lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr85779_3.f90
bloba81a9faf88e7bc43d86badb91f56c2e733cc521e
1 ! { dg-do compile }
2 ! PR fortran/85779
3 class(t) function f() ! { dg-error "is not accessible" }
4 type f ! { dg-error "already has a basic type" }
5 end type ! { dg-error "END FUNCTION statement" }
6 end