c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / external_procedure_4.f90
blob403f1732e26de4336036841462f07fd4c761a442
1 ! { dg-do compile }
2 ! PR fortran/90937 - this used to cause an ICE.
3 ! Original test case by Toon Moene.
4 subroutine lfidiff
6 implicit none
8 contains
10 subroutine grlfi(cdnom)
12 character(len=*) cdnom(:)
13 character(len=len(cdnom)) clnoma
15 call lficas(clnoma)
17 end subroutine grlfi
19 end subroutine lfidiff