nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / class_assign_3.f90
blobe51651e6af06260fc61cda7e8a56b3fc553d4d03
1 ! { dg-do link }
3 ! PR 84543: undefined reference to __copy_INTEGER_4_.3788
5 ! Contributed by Neil Carlson <neil.n.carlson@gmail.com>
7 class(*), allocatable :: x
8 x = 42
9 end