blob: 028e61a3f12cc335f9c079fb25567f56aaafea59 [file] [log] [blame]
// PR 80913 infinite look on spelling corrector caused by incorrectly
// chained decl
extern int meminfo ();
struct meminfo {};
void frob ()
{
meminf (); // { dg-error "'meminf' was not declared in this scope; did you mean 'meminfo'\\?" }
}