http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[official-gcc.git] / gcc / testsuite / g++.dg / parse / local-class1.C
blob518dd7abd3ee477fc9b2e40e3615dd7551819730
1  // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 14 Feb 2005 <nathan@codesourcery.com>
4 // Origin: Jorn Wolfgang Rennecke <amylaar@gcc.gnu.org>
5 // Bug 19608: ICE on invalid
8 void f ()
10   class c
11     {
12       friend void g () { } // { dg-error "local class" "" }
13     };