packages feed

camfort-0.905: tests/fixtures/Specification/Units/inconsist3.f90

program example
  != unit(a) :: x
  real :: x, j, k

  j = 1 + 1
  k = j * j
  x = x + k
  x = x * j ! inconsistent
end program example