nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr96486.f90
blobdbf740663b2cd5390492fe4afd17d461ad246955
1 ! { dg-do run }
3 program test
4 implicit none
5 character(0) :: value
6 integer :: l, stat
7 call get_environment_variable("PATH",value,length=l,status=stat)
8 if (stat.ne.-1) stop 1
9 end program test