First version committed to git
[zpugcc/jano.git] / toolchain / gcc / gcc / testsuite / g++.old-deja / g++.other / friend8.C
blobbbe4bf5987100c118300af350f7a0c4d17c9bc48
1 // { dg-do assemble  }
2 // 
3 // Copyright (C) 2000 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 14 Aug 2000 <nathan@codesourcery.com>
6 // We failed to diagnose when a class friend declaration did not use an
7 // elaborated type specifier.
9 struct Y;
10 struct Z;
11 struct X
13   friend class Z;
14   friend Y;         // { dg-error "" } friend must use aggr tag