Skip to content
Snippets Groups Projects
Select Git revision
  • 24f9043178b5fc883d00b2df657c354737272505
  • master default
2 results

get_sign.c

Blame
  • Forked from Per Lindgren / klee_tutorial
    Source project has a limited visibility.
    assign_err2.rs 77 B
    // error
    fn main() {
        let mut a;
        let b = a; // a does not have type
    }