reflect: canonicalize types returned by StructOf() and friends
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr85543.f90
blobd3f83276a7f2d173fa8719871e1ef389687e3576
1 ! { dg-do compile }
2 ! PR fortran/85543
3 program p
4 procedure(), pointer :: z
5 contains
6 real(z()) function f() ! { dg-error "in initialization expression at" }
7 end
8 end