Commit 54bb5ba3 by Martin v. Löwis

New test case.

From-SVN: r25423
parent 5e8ad514
//Build don't link:
namespace A{
void foo();
}
namespace B{
class B{
friend void A::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