blob: 03108b95183b9281ddc30e0eb135ad36ac55f25e [file] [log] [blame]
! { dg-do run }
! { 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