bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C
[git] / t / t4018 / fortran-block-data
1        BLOCK DATA RIGHT
2        
3        COMMON /B/ C, ChangeMe
4        DATA C, ChangeMe  / 2.0, 6.0 / 
5        END