Skip to content

Failed cases #22

Description

@peterdawhiz

Bigint a("-10");
Bigint b("-9");
Bigint c = a + b;

Bigint a("-10");
Bigint b("9");
Bigint c = a + b;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions