[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git] / gcc / testsuite / gfortran.dg / argument_checking_16.f90
blob75b2eced122f23143c583163772f92e21ef5a019
1 ! { dg-do compile }
2 ! PR fortran/35152 - implicit procedure with keyword=argument
4 external bar
6 call bar(a=5) ! { dg-error "requires explicit interface" }
7 call foo(a=5) ! { dg-error "requires explicit interface" }
8 end