nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr91716.f90
blobd5de35882059e68c855bbfa668504743cca71a47
1 ! { dg-do compile }
2 ! PR fortran/91716
3 ! Code contributed by Gerhard Steinmetz
4 module m
5 type t
6 character :: c(2) = [character(-1) :: 'a', 'b']
7 end type
8 end