(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
attr-alloc_size-2.c
       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)));