Skip to content
Snippets Groups Projects
Commit 4631e286 authored by Per's avatar Per
Browse files

polish

parent 23ac0e8b
Branches
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ use panic_halt as _; ...@@ -11,7 +11,6 @@ use panic_halt as _;
#[no_mangle] #[no_mangle]
fn main() { fn main() {
let mut a = 0; let mut a = 0;
// ksymbol!(&mut a, "a");
panic!(); panic!();
} }
...@@ -20,10 +19,10 @@ fn main() { ...@@ -20,10 +19,10 @@ fn main() {
fn main() { fn main() {
let mut a = 0; let mut a = 0;
klee_make_symbolic(&mut a, "a"); klee_make_symbolic(&mut a, "a");
// match a { match a {
// 0 => klee_abort(), 0 => klee_abort(),
// 2 => klee_abort(), 2 => klee_abort(),
// _ => (), _ => (),
// }; };
panic(); panic();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment