0xMiden/compiler

test: integer `checked wide` and `overflowing` arith ops

Open

#977 opened on Feb 23, 2026

 (0 comments) (0 reactions) (1 assignee)Rust (70 forks)github user discovery
good first issuetesting

Repository metrics

Stars
 (110 stars)
PR merge metrics
 (Avg merge 4d 7h) (51 merged PRs in 30d)

Description

What should be done?

Continuation of #959

Once the issues collected in #971 are resolved, add the following tests:

  • wide-overflowing
  • checked:
    • normal #1092
    • wide

How should it be done?

Add tests in rust_masm_tests/instructions.rs

When is this task done?

Tests are added

Additional context

No response

Contributor guide