Skip to content
Snippets Groups Projects
Commit 8c47bdc0 authored by Blinningjr's avatar Blinningjr
Browse files

C

parent 4b9e2252
Branches
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ fn main() {
for i in 0..arr.len() {
let mut element: u8 = 0;
klee_make_symbolic!(&mut element, "element");
arr[i] = element;
}
let mut i: usize = 0;
klee_make_symbolic!(&mut i, "i");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment