aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/error-handling/codes/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/error-handling/codes/driver.cxx')
-rw-r--r--tests/cxx/parser/error-handling/codes/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/parser/error-handling/codes/driver.cxx b/tests/cxx/parser/error-handling/codes/driver.cxx
index fb03f37..0a9e192 100644
--- a/tests/cxx/parser/error-handling/codes/driver.cxx
+++ b/tests/cxx/parser/error-handling/codes/driver.cxx
@@ -276,4 +276,6 @@ main (int argc, char* argv[])
continue;
}
}
+
+ return 0;
}