OSDN Git Service

2010-02-10 Richard Guenther <rguenther@suse.de>
[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