packages feed

camfort-0.905: tests/fixtures/Specification/Units/example-simple-1.f90

program example
  != unit (s) :: x
  integer :: x, y
  x = 5
  y = x + 1
end program example