aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.other/lookup9.C
blob: 688b379ca04ffa73257d5220f0d1ce041cbc4284 (plain)
1
2
3
4
5
6
7
8
9
// { dg-do assemble  }

struct S {
  typedef long I;
};

struct D : virtual public S {
  I i;
};