Based on: https://github.com/WebAssembly/tool-conventions/issues/34
Currently both these tests exhibit some incorrect behavior.
Namly that call_alias will always end up calling direct_fn even
when the alias is overridden.
Also, calling alias_fn via the indirect function table is currently
broken (see TODO comment).