array1.C   [plain text]


// { dg-do assemble  }
char *stuff() {
   char array[10]; // { dg-warning "" } 

   return array;
}