OSDN Git Service

PR tree-optimization/52019
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / attr-alloc_size-2.c
1 /* { dg-do compile } */
2
3 char *foo() __attribute__((alloc_size(1))); /* { dg-warning "outside range" } */
4