Skip to content

Commit

Permalink
Another example
Browse files Browse the repository at this point in the history
  • Loading branch information
parno committed Dec 19, 2024
1 parent 42eca32 commit 2d6b73a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/va-test/examples/misc-parsing/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use vstd::prelude::*;

verus! {

spec fn lemma_div_basics(a:bool, b:bool)
{
a <== b
spec fn wrapping_add_u8() -> u8 {
<u8>::MAX
}


} // verus!

fn main() { }

0 comments on commit 2d6b73a

Please sign in to comment.