diff --git a/example/ex1/ex1.cpp b/example/ex1/ex1.cpp index 04dc2f12..77ee265c 100644 --- a/example/ex1/ex1.cpp +++ b/example/ex1/ex1.cpp @@ -151,6 +151,10 @@ main() { << xtag("expr", lambda) << endl; } + + /* is this in module? */ + cerr << "ex1: jit execution session" << endl; + jit->dump_execution_session(); } }