packages feed

camfort-0.901: tests/fixtures/Transformation/common.f90

subroutine test(a,b, c)

integer :: c1, c2, c3
COMMON /cmn/  c1, c2, c3

real :: a, b, c

print *, a, b, c

end subroutine test