2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / debug / dwarf2-2.C
blob9e6dbd2169d4bde155a527e1d1ef9cb070aefd8a
1 // PR debug/27057
2 // { dg-do compile }
3 // { dg-options "-g -feliminate-dwarf2-dups" }
5 namespace N
9 struct A
11   void foo ();
14 void A::foo ()
16   using namespace N;