Exemple #1
0
void NOINLINE test11 (void)
{
  char * save = (char*) alloca (4);
  
  test11a (save);
}
Exemple #2
0
int test11() {
  return test11a().x;
}