summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/debug/dwarf2/nested-4.C
blob: 784c7534f8dab61bae1a91628e8d6ee62387a42e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// PR debug/53235
// { dg-options "-gdwarf-4 -fdebug-types-section" }
// { dg-final { scan-assembler-times "debug_types" 2 { xfail *-*-darwin* } } }

namespace E {
  class O {};
  void f (O o) {}
}
namespace F {
  class O {};
  void f (O fo) {}
}
E::O eo;
int main () {}
OpenPOWER on IntegriCloud