2 ! Tests the fix for pr31609, where module procedure entries found
3 ! themselves in the wrong namespace. This test checks that all
4 ! combinations of generic and specific calls work correctly.
6 ! Contributed by Paul Thomas <pault@gcc.gnu.org> as comment #8 to the pr.
25 END MODULE ksbin1_aux_mod
28 if (any ((/foo (), bar (99), foobar (), foobar (99), j (), k (99)/) .ne
. &
29 (/1, 2, 1, 2, 1, 2/))) Call abort ()