Commit 64658ada by Mark Mitchell

Fix incorrect declaration of main

From-SVN: r30278
parent 3611aef0
......@@ -18,7 +18,7 @@ const typename T::fooz &operator<<(const Foo &, const T &t)
return t;
}
void main()
int main()
{
Foo foo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment