Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.dg / attr-alloc_size-2.c
blob3cac807370ff4e07d97647f1bd8d21e51e2c93a2
1 /* { dg-do compile } */
3 char *foo() __attribute__((alloc_size(1))); /* { dg-warning "outside range" } */