git/t/t4018/fortran-block-data

       BLOCK DATA RIGHT
       
       COMMON /B/ C, ChangeMe
       DATA C, ChangeMe  / 2.0, 6.0 / 
       END