PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / coarray_29_2.f90
blobd653f3f6f6ec8384ac0b054ad667a4e9e8f261c2
1 ! { dg-do compile }
2 ! { dg-options "-fcoarray=single" }
3 ! { dg-compile-aux-modules "coarray_29_1.f90" }
5 ! PR fortran/55272
7 ! Contributed by Damian Rouson
9 program main
10 use co_sum_module
11 implicit none
12 integer score[*]
13 call co_sum(score)
14 end program
16 ! { dg-final { cleanup-modules "co_sum_module" } }