Commit 6b57b51d by Martin v. Löwis

New

From-SVN: r23566
parent c36ae80f
// Build don't link:
namespace A{
void f(int);
}
class X{
friend void A::f(int);
};
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