Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / hidden-class10.C
blobc9b5ca9f663fa3d0cfb3d27e2b190bb8a4a643bb
1 // Copyright (C) 2007 Free Software Foundation
2 // Contributed by Ollie Wild <aaw@google.com>
3 // { dg-do compile }
5 // Verify that a friend class is hidden even if it overrides a builtin
6 // function name.
8 class A {
9   friend class abort;
10   abort *b;     // { dg-error "type|expected" }