OSDN Git Service

Formatting fixes.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / lookup9.C
1 // { dg-do assemble  }
2
3 struct S {
4   typedef long I;
5 };
6
7 struct D : virtual public S {
8   I i;
9 };