module example_m implicit none private integer, public, parameter :: ANSWER = 42 end module example_m