Closed
Description
fn empty[T]() -> vec[T] { ret []; }
fn main() { empty[int]; }
Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i) == Params[i]->getType()) && "Calling a function with a bad signature!"), function init, file Instructions.cpp, line 191.
Which is strange, because "calling a function" is exactly what this testcase doesn't do.
Metadata
Metadata
Assignees
Labels
No labels