diff --git a/test/testMain.cpp b/test/testMain.cpp index 45995ef..5925cdb 100644 --- a/test/testMain.cpp +++ b/test/testMain.cpp @@ -110,4 +110,6 @@ int main() { Serializer si; invoke(obj, si); + + return 0; }