packages feed

camfort-0.905: tests/fixtures/Specification/Units/example-criticals-2.f90

program example
  implicit none
  != unit (s) :: b
  != unit (m) :: c
  integer :: a, b, c
  a = b * c
end program example