1 /* PR c/36021 - __attribute__((alloc_size(n))) with function of no
2    arguments causes gcc to segfault
3    { dg-do compile } */
4 
5 char *foo() __attribute__((alloc_size(1)));
6