4 ! Unresolved fiixup while loading a module.
6 ! This tests that the specification expression A%MAX_DEGREE in module BSR is
7 ! correctly loaded and resolved in program MAIN.
9 ! Original testcase from Daniel Shapiro <shapero@uw.edu>
20 type, extends(sparse_matrix
) :: bsr_matrix
27 function get_neighbors (A
)
28 type(bsr_matrix
), intent(in
) :: A
29 integer :: get_neighbors(A
%max_degree
)