array1.C   [plain text]


// Build don't link: 
char *stuff() {
   char array[10]; // WARNING - 

   return array;
}