diff --git a/current_function_test.cpp b/current_function_test.cpp index d5651ad..1343901 100644 --- a/current_function_test.cpp +++ b/current_function_test.cpp @@ -35,4 +35,6 @@ void message(char const * file, long line, char const * func, char const * msg) int main() { MESSAGE("assertion failed"); + + return 0; }