aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/test-template/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/test-template/driver.cxx')
-rw-r--r--tests/cxx/parser/test-template/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/parser/test-template/driver.cxx b/tests/cxx/parser/test-template/driver.cxx
index 2547df7..6433876 100644
--- a/tests/cxx/parser/test-template/driver.cxx
+++ b/tests/cxx/parser/test-template/driver.cxx
@@ -74,4 +74,6 @@ main (int argc, char* argv[])
cerr << "io failure" << endl;
return 1;
}
+
+ return 0;
}