nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / coarray_29_1.f90
blob7d04aa8c511da7bbf40d3a9796c6b21c0d778726
1 ! { dg-do compile }
2 ! { dg-options "-fcoarray=single" }
4 ! To be used by coarray_29_2.f90
5 ! PR fortran/55272
7 module co_sum_module
8 implicit none
9 contains
10 subroutine co_sum(scalar)
11 integer scalar[*]
12 end subroutine
13 end module