./verifast-validate-witness.sh sv-benchmarks/c/recursive-with-pointer/simple-recursive.c ./results/automizer-verification-files/SV-COMP24_unreach-call/simple-recursive.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/recursive-with-pointer/simple-recursive.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/simple-recursive.yml/witness-2.1.yml ++ basename sv-benchmarks/c/recursive-with-pointer/simple-recursive.c + FILE=simple-recursive.c ++ echo simple-recursive ++ sed 's/[-\.]/_/g' - + SANITIZED=simple_recursive + INSTRUMENTED_PROGRAM=simple_recursive__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/recursive-with-pointer/simple-recursive.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/simple-recursive.yml/witness-2.1.yml --output-file simple_recursive__verifast_instrumented.c --verifast True ['abort', 'reach_error', 'foo', 'plus', 'if', 'main'] [] ILP32 [] [] [] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('foo', 'true', 'true'), ('plus', 'true', 'true'), ('if', 'true', 'true'), ('main', 'module(simple_recursive__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' simple_recursive__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c simple_recursive__verifast_instrumented.c simple_recursive__verifast_instrumented.c simple_recursive__verifast_instrumented.c(21,5-13): Parse error: Parse error.