blob: 859a84ec3ec83212dcb30adc55cdb5d5522aeed2 [file] [log] [blame]
// Build don't link:
namespace A{
void f(int);
}
class X{
friend void A::f(int);
};