Commit e9ff9b17 by Fariborz Jahanian

Test for testing a global followed by extern declaration.

From-SVN: r72095
parent b68a40b2
int merror = 0;
extern int merror;
void mtherr (int code)
{
merror = code + 1;
}
int main()
{
mtherr(7);
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