blob: b6d5c7ec096314e41f0f58c0ed51d85dc51a1f6f [file] [log] [blame]
program namesProv2
implicit none
common /names/ q, w, e !<<<<< 3, 13, 3, 18, a_hello, b_hello, c_hello, pass
integer q, w, e
q = 2
w = 4
e = q + w
end program namesProv2