From b312b9f090475f3dd76994706260cb83ab162a8a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Oct 2010 09:06:32 +0200 Subject: Add explicit return statement in main() --- tests/cxx/hybrid/binary/custom/driver.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/cxx/hybrid/binary/custom/driver.cxx') diff --git a/tests/cxx/hybrid/binary/custom/driver.cxx b/tests/cxx/hybrid/binary/custom/driver.cxx index 3414a99..4ee3407 100644 --- a/tests/cxx/hybrid/binary/custom/driver.cxx +++ b/tests/cxx/hybrid/binary/custom/driver.cxx @@ -99,4 +99,6 @@ main (int argc, char* argv[]) return 1; } */ + + return 0; } -- cgit v1.1