This patch introduce basic function/subroutine calls.
Because of the state of lowering only simple scalar arguments
can be used in the calls. This will be enhanced in follow up
patches with arrays, allocatable, pointer ans so on.
subroutine sub1() end subroutine sub2() call sub1() end
This patch is part of the upstreaming effort from fir-dev branch.