Commit 822a4ff1 by Martin v. Löwis

New test case.

From-SVN: r23214
parent 6946bc60
//Build don't link:
//In the base class list, the context of the current is used
//reported by Stephen Vavasis <vavasis@CS.Cornell.EDU>
namespace N1 {
namespace N2 {
class A{};
class B;
}
}
class N1::N2::B : public A {
};
class C1 {
class A{};
class B;
};
class C1::B : A {
};
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