OSDN Git Service

PR target/51393
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / norm_4.f90
1 ! { dg-do compile }
2 ! { dg-options "-std=f2003" }
3 !
4 ! PR fortran/33197
5 !
6 ! Check implementation of L2 norm (Euclidean vector norm)
7 !
8 implicit none
9
10 print *, norm2([1.0, 2.0]) ! { dg-error "has no IMPLICIT type" }
11 end