# should complete: ok
gcc test1.c ../../target/debug/libscram_rs.a -o test1

# should complete with error: invalid proof
gcc test2.c ../../target/debug/libscram_rs.a -o test2

# should complete with error:  Other Error
# SERVER: response err text: expected 'n,|y,|p=' but found char: 'b' near position: '0
gcc test3.c ../../target/debug/libscram_rs.a -o test3