1 2 3 4 5 6
// { dg-do assemble } char *stuff() { char array[10]; // { dg-warning "" } return array; }