! { dg-do compile } ! PR fortran/70870 ! Contributed by Vittorio Zecca type t integer :: g=0 ! default initialization end type type(t) :: v2 data v2/t(2)/ ! { dg-error "default initialization shall not" } end