blob: d6106b5b353688888b51efbde9369ed2f516c4c0 [file] [log] [blame]
/* { dg-do compile } */
void f () __attribute__ ((__malloc__)); /* { dg-warning "ignored" } */
int main ()
{
/* This used to cause an ICE. */
f ();
}