blob: 3d246f401f1172944110c348525bfe6fe6034710 [file] [log] [blame]
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 14 Feb 2005 <nathan@codesourcery.com>
// Origin: Jorn Wolfgang Rennecke <amylaar@gcc.gnu.org>
// Bug 19608: ICE on invalid
void f ()
{
class c
{
friend void g () { } // { dg-error "friend function cannot be defined in a local class" }
// { dg-error "no matching function found in local scope" "" { target *-*-*} 11 }
};
}