Merge branch '2.30-rc1' of github.com:bitigchi/git-po
[alt-git.git] / t / t4018 / fortran-block-data
blob63d4e21d0ad144e3bde6de33a30134fc99917e7e
1        BLOCK DATA RIGHT
2        
3        COMMON /B/ C, ChangeMe
4        DATA C, ChangeMe  / 2.0, 6.0 / 
5        END