``` fortran program example arr(1)(1:1) = x end program example ``` Need to check if this is even valid Fortran.