Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / pr15443-1.c
blobd6106b5b353688888b51efbde9369ed2f516c4c0
1 /* { dg-do compile } */
3 void f () __attribute__ ((__malloc__)); /* { dg-warning "ignored" } */
5 int main ()
7 /* This used to cause an ICE. */
8 f ();