Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / friend3.C
blob39322021efcbd9bcebe966fb47d0df47f3fabceb
1 // { dg-do compile }
2 //
3 // PR 11553 catch duplicate friend specifiers
5 struct S
7         friend friend class C; // { dg-error "duplicate" }
8 };