blob: c30d051a701b914d50d9d67391530c5272cff56f [file] [log] [blame]
! { dg-do compile { target { ! *-*-* } } }
! SKIP THIS FILE
!
! Used by codimension_2.f90
!
! Additional file to check that using the module doesn't generate
! a token symbol. (The module is also used by codimension_2.f90.)
!
subroutine ttest
use global_coarrays
implicit none
b(:) = b(:)[2]
end