aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/error-handling/exceptions/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/error-handling/exceptions/driver.cxx')
-rw-r--r--tests/cxx/parser/error-handling/exceptions/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/parser/error-handling/exceptions/driver.cxx b/tests/cxx/parser/error-handling/exceptions/driver.cxx
index 9ccd082..0c6f995 100644
--- a/tests/cxx/parser/error-handling/exceptions/driver.cxx
+++ b/tests/cxx/parser/error-handling/exceptions/driver.cxx
@@ -251,4 +251,6 @@ main (int argc, char* argv[])
cout << "app: " << e.code () << endl;
}
}
+
+ return 0;
}