summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/inherit/namespace-as-base.C
blob: 269c4f21240131e4264454eb2e02383c050a3a80 (plain)
1
2
3
4
5
6
7
8
9
// { dg-do compile }

namespace Out {
  namespace In {
  }
}

class Class : public Out::In {  // { dg-error ".*" "" }
};
OpenPOWER on IntegriCloud