rt_gccstream/gcc/testsuite/gcc.dg/pr15443-1.c

11 lines
156 B
C

/* { dg-do compile } */
void f () __attribute__ ((__malloc__)); /* { dg-warning "ignored" } */
int main ()
{
/* This used to cause an ICE. */
f ();
}