blob: 2c695d378290a73adadd3390e701cc7af8794fde [file] [log] [blame]
! { dg-do compile }
program p
type t
integer :: a
end type
type(t) :: x
data x /t(z'1')/ ! { dg-error "cannot appear in a structure constructor" }
end