aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/lookup9.C
blob: 250040071d2028c256483b2f53bf64305380c807 (plain)
1
2
3
4
5
6
7
8
9
// Build don't link:

struct S {
  typedef long I;
};

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