summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/interface_44.f90
blob: eaafc678c47b277f8e18e9121a00d1b8873ddd56 (plain)
1
2
3
4
5
6
! { dg-do compile }
! PR 92964 - this used to ICE.
! Original test case by Arseny Solokha
type(e6) function dn() ! { dg-error "The type for function" }
  call sub(dn)
end function dn