mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-08 03:54:01 +08:00
Fix incorrect declaration of main
From-SVN: r30278
This commit is contained in:
parent
3611aef055
commit
64658ada1f
@ -18,7 +18,7 @@ const typename T::fooz &operator<<(const Foo &, const T &t)
|
||||
return t;
|
||||
}
|
||||
|
||||
void main()
|
||||
int main()
|
||||
{
|
||||
Foo foo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user