[WebAssembly] Add test of indirect call to an otherwise unused type
In this case we are calling a function pointer which a type that doesn't otherwise exist in the code. Clearly this code can't would trap if it was ever called (because there is not such function that the pointer can resolve to). But it should valid and compile and link and validation time. llvm-svn: 321134
Loading
Please sign in to comment