packages feed

camfort-0.903: tests/fixtures/Specification/Units/example-inconsist-1.f90

program example
  implicit none
  != unit (s) :: x
  != unit (m) :: y
  integer :: x, y
  integer :: z
  z = x + y
end program example