OSDN Git Service

Merge branch 'trunk' of git://gcc.gnu.org/git/gcc into rework
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / debug / dwarf2 / typedef5.C
1 // Origin: PR debug/46101
2 // { dg-options "-g -feliminate-dwarf2-dups" }
3 // { dg-do compile }
4
5 typedef struct
6 {
7   virtual void f () { }
8 } A;
9
10 A a;