From 64658ada1f0eb82338866bf81ed0143d95c151c9 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sat, 30 Oct 1999 22:26:25 +0000 Subject: [PATCH] Fix incorrect declaration of main From-SVN: r30278 --- gcc/testsuite/g++.old-deja/g++.pt/typename24.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2