Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
norm2_4.f90
blob: 276b1743f001764254082494978c82899cfe0824 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
{
dg
-
options
"-std=f2003"
}
!
!
PR fortran
/
33197
!
!
Check
implementation of L2 norm
(
Euclidean
vector norm
)
!
implicit
none
print
*,
norm2
([
1.0
,
2.0
])
!
{
dg
-
error
"has no IMPLICIT type"
}
end