New test from PR #3123

From-SVN: r44803
This commit is contained in:
Gabriel Dos Reis 2001-08-11 20:00:07 +00:00
parent 73d5e6c118
commit 9344c8ded1
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
// { dg-do compile }
namespace Out {
namespace In {
}
}
class Class : public Out::In { // { dg-error "*" "" { xfail *-*-* } }
};