RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr88376.f90
blob5dd0181b09b02970f4ae41b4174ae1aff7e6a157
1 ! { dg-do compile }
2 module m
3 integer :: n
4 contains
5 subroutine s
6 character(n(3)) :: c ! { dg-error "not a function" }
7 end
8 end