camfort-1.1.1: tests/fixtures/Transformation/common.expected.f90
subroutine test(a,b, c) use Cmnnext, c4 => Cmnnext_c4, c5 => Cmnnext_c5 use Cmn, c1 => Cmn_c1, c2 => Cmn_c2, c3 => Cmn_c3 real :: a, b, c print *, a, b, c end subroutine test
subroutine test(a,b, c) use Cmnnext, c4 => Cmnnext_c4, c5 => Cmnnext_c5 use Cmn, c1 => Cmn_c1, c2 => Cmn_c2, c3 => Cmn_c3 real :: a, b, c print *, a, b, c end subroutine test