Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
empty_function_1.f90
blob: 1556a509091d1f72c61b9db8fd292e31f38eaa1e [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
!
PR fortran
/
38252
!
FUNCTION rejected
if
both specification
and
execution part are empty
!
!
Contributed
by
Daniel
Kraft
<
d@domob
.
eu
>
INTEGER FUNCTION test
()
CONTAINS
END
FUNCTION test