RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr95882_1.f90
blobc254bddf49452dc55ee82a4c0a8a2236d5dc0468
1 ! { dg-do compile }
3 module m
4 type t
5 character(((0)/0)) :: c ! { dg-error "Division by zero" }
6 end type
7 end