nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr83149_a.f90
blob3f15198bfe9708dd9475e0a46a774081939cbbbc
1 ! Compiled with pr83149_b.f90
3 module mod
4 character(8) string
5 contains
6 function get_string() result(s)
7 character(len_trim(string)) s
8 s = string
9 end function
10 end module