Skip to content

"Calling a function with a bad signature!" when I forget to specify iter's out type #638

Closed
@jruderman

Description

@jruderman

Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i) == Params[i]->getType()) && "Calling a function with a bad signature!"), function init, file /Users/graydon/src/llvm/lib/VMCore/Instructions.cpp, line 191.

iter z() {
    put 0u;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions