camfort-0.905: tests/fixtures/Specification/Units/transfer.f90
program transfer implicit none != unit m :: x real :: x != unit s :: y real :: y x = x + transfer(x, y) end program transfer
program transfer implicit none != unit m :: x real :: x != unit s :: y real :: y x = x + transfer(x, y) end program transfer