#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_test_assert_eq(
stack: Stack,
) -> StackExpand description
Assert that two integers are equal
Stack effect: ( expected actual – )
Records failure if values differ, records pass otherwise.
§Safety
Stack must have two Ints on top