aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/coarray_critical_1.f90
blob: 4d93bf6debc8b06480776d8ce8851555f4eb3413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
! { dg-do compile }
! { dg-options "-fcoarray=lib" }
!

module m
 contains
   subroutine f()
     critical
     end critical
   end subroutine f
 end module m
end program