Fix incorrect declaration of main
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 30 Oct 1999 22:26:25 +0000 (22:26 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 30 Oct 1999 22:26:25 +0000 (22:26 +0000)
From-SVN: r30278

gcc/testsuite/g++.old-deja/g++.pt/typename24.C

index 127c52663368442c482dc22f739a6cf9cc6728f4..893d40600233569cb8f6b687eaf5538b4307ed0f 100644 (file)
@@ -18,7 +18,7 @@ const typename T::fooz &operator<<(const Foo &, const T &t)
   return t;
 }
 
-void main()
+int main()
 {
   Foo foo;