about summary refs log tree commit diff
path: root/third_party/git/t/t4018/fortran-block-data
       BLOCK DATA RIGHT
       
       COMMON /B/ C, ChangeMe
       DATA C, ChangeMe  / 2.0, 6.0 / 
       END