PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / charlen_14.f90
bloba9607853891fe5bef0bc4a7e4d51eca0c9190c91
1 ! { dg-do compile }
2 ! PR fortran/69064
3 subroutine setup_check_path(path) ! { dg-error "has no IMPLICIT type" }
4 implicit none
5 character(len=path_len),intent(inout)::path ! { dg-error "Scalar INTEGER expression" }
6 end