The inlining mechanism seems to not fully work on this kind of example ``` simit func A() end func B A(); end func C map B() on elems; end ``` In the last phase of simit-dump, the `func A` is still present.