From: Mark Mitchell Date: Sat, 30 Oct 1999 22:26:25 +0000 (+0000) Subject: Fix incorrect declaration of main X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64658ada1f0eb82338866bf81ed0143d95c151c9;p=gcc.git Fix incorrect declaration of main From-SVN: r30278 --- diff --git a/gcc/testsuite/g++.old-deja/g++.pt/typename24.C b/gcc/testsuite/g++.old-deja/g++.pt/typename24.C index 127c5266336..893d4060023 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/typename24.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/typename24.C @@ -18,7 +18,7 @@ const typename T::fooz &operator<<(const Foo &, const T &t) return t; } -void main() +int main() { Foo foo;