blob: 77c885f48fcddc435c0d37e1f70028bb2fb1ec6a [file] [log] [blame]
! { dg-do run { target fd_truncate } }
! { dg-skip-if "Too big for local store" { spu-*-* } { "*" } { "" } }
integer,parameter :: n = 10000
real(8) array(10000)
array(:) = 0
open (10, status='scratch')
write (10,*) array
close (10)
end