summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr95882_1.f90
blob: c254bddf49452dc55ee82a4c0a8a2236d5dc0468 (plain)
1
2
3
4
5
6
7
8
! { dg-do compile }

module m
   type t
      character(((0)/0)) :: c  ! { dg-error "Division by zero" }
   end type
end