1! { dg-do compile { target { ! *-*-* } } } 2! SKIP THIS FILE 3! 4! Used by codimension_2.f90 5! 6! Additional file to check that using the module doesn't generate 7! a token symbol. (The module is also used by codimension_2.f90.) 8! 9subroutine ttest 10 use global_coarrays 11 implicit none 12 b(:) = b(:)[2] 13end 14