Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / debug / pr15736.cc
blob6e83cd26c2efe1f72966feffe78319c9df2ce9dd
1 // Test PR 15736 fix
2 // Contributed by Devang Patel <dpatel@apple.com>
3 // { dg-do compile }
6 struct B {
7 int n;
8 };
10 struct A : B {
11 using B::n;