RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr39695_2.f90
blob8534724959a7a23cac7526b99c32a3a351a60edc
1 ! { dg-do compile }
4 function g()
5 interface
6 subroutine g()
7 end subroutine g
8 end interface
9 pointer g
10 real g ! { dg-error "Symbol 'g' at .1. cannot have a type" }
11 end function