2 ! PR33162 INTRINSIC functions as ACTUAL argument
3 ! Test case adapted from PR by Jerry DeLisle <jvdelisle@gcc.gnu.org>
20 EXTERNAL foo
! implicit interface is undefined
21 call sub(foo
) ! { dg-error "is not a function" }
24 ! { dg-final { cleanup-modules "m" } }