1 2 3 4 5 6
module example_m implicit none private integer, public, parameter :: ANSWER = 42 end module example_m