2 ! Tests the fix for 26074, in which the array reference below would
3 ! be determined not to be constant within modules.
5 ! Contributed by Jonathan Dursi <ljdursi@cita.utoronto.ca>
9 integer, parameter :: len
= 5
10 integer :: arr(max(len
,1))
14 ! { dg-final { cleanup-modules "foo" } }