Fix incorrect declaration of main

From-SVN: r30278
This commit is contained in:
Mark Mitchell 1999-10-30 22:26:25 +00:00
parent 3611aef055
commit 64658ada1f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const typename T::fooz &operator<<(const Foo &, const T &t)
return t;
}
void main()
int main()
{
Foo foo;