From 1242378931c01cdf97dd5fe374719465ef5f0bf4 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Wed, 24 Jun 2009 02:31:34 +0000 Subject: Added support for LET expressions. Added simple environment support to SMTParser. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@74055 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/SMT/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/SMT/main.cpp') diff --git a/lib/SMT/main.cpp b/lib/SMT/main.cpp index 4d2b8e0a..d5137782 100644 --- a/lib/SMT/main.cpp +++ b/lib/SMT/main.cpp @@ -13,4 +13,6 @@ int main(int argc, char** argv) { klee::expr::SMTParser smtParser(argv[1]); smtParser.Init(); + + cout << "Query: " << smtParser.query << "\n"; } -- cgit 1.4.1