1! { dg-do compile }
2program foo
3   print *, [integer :: 1, [integer(8) :: 2, '3']] ! { dg-error "Cannot convert" }
4end program foo
5