3 ! PR 37254: Reject valid PROCEDURE statement with implicit interface
5 ! Original test case by Dominique d'Humieres <dominiq@lps.ens.fr>
6 ! Modified by Janus Weil <janus@gcc.gnu.org>
8 real function proc3( arg1
)
19 subroutine proc4( arg1
)
20 PROCEDURE(real) :: arg1
21 print*, 'the func: ', arg1(0)