diff --git a/src/main.cpp b/src/main.cpp index 78044e06..50629e71 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -267,6 +267,8 @@ double now() int main(int argc, char *argv[]) { + int i; + std::cout << i << '\n'; // Disable deprecation warning for getenv call. #ifdef CHAISCRIPT_MSVC