3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

#4939 escape character

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-01-28 11:57:00 -08:00
parent f48fb8d3e8
commit 5414030875
2 changed files with 2 additions and 6 deletions

View file

@ -49,6 +49,7 @@ extern "C" {
LOG_Z3_mk_string(c, str);
RESET_ERROR_CODE();
zstring s(str);
std::cout << "mk-string " << str << "\n";
app* a = mk_c(c)->sutil().str.mk_string(s);
mk_c(c)->save_ast_trail(a);
RETURN_Z3(of_ast(a));