aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr88116_1.f90
blob: 67c6a2603400d14965060a0ba9119dcc6434e9cb (plain)
1
2
3
4
! { dg-do compile }
program p
   print *, [integer :: 1, [integer(8) :: 2, ['3']]] ! { dg-error "Cannot convert" }
end