1 2 3 4 5 6 7 8 9 10
/* { dg-do compile } */ void f () __attribute__ ((__malloc__)); /* { dg-warning "ignored" } */ int main () { /* This used to cause an ICE. */ f (); }