git/t/t4018/fortran-block-data

6 lines
113 B
Plaintext

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