OSDN Git Service

Fix main return value.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 31 Mar 2002 07:40:08 +0000 (07:40 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 31 Mar 2002 07:40:08 +0000 (07:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51632 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.dg/eh/unexpected1.C

index 26a5848..e5982ff 100644 (file)
@@ -28,7 +28,7 @@ doit () throw (Two)
   throw One ();
 }
 
-main ()
+int main ()
 {
   std::set_unexpected (handle_unexpected);