Commit 74ce357f by Mark Mitchell

new test

From-SVN: r19908
parent 35680744
// Build don't linK:
int main()
{ // ERROR - invalid redeclaration of
return 0;
}
int main(int, const char**)
{ // ERROR - as
return 0;
}
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