Open keram88 opened 3 years ago
Currently the following:
fn main() { assert!(0==1); }
will pass in SMACK because this generates an assertion failure in the standard library. This should require checking for the symbols generated from here to convert into the relevant __VERIFIER_assert call.
__VERIFIER_assert
Currently the following:
will pass in SMACK because this generates an assertion failure in the standard library. This should require checking for the symbols generated from here to convert into the relevant
__VERIFIER_assert
call.