Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
argument_checking_16.f90
blob: 75b2eced122f23143c583163772f92e21ef5a019 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
PR fortran
/
35152
-
implicit
procedure
with
keyword
=
argument
external bar
call bar
(
a
=
5
)
!
{
dg
-
error
"requires explicit interface"
}
call foo
(
a
=
5
)
!
{
dg
-
error
"requires explicit interface"
}
end