20040121-1.c   [plain text]


/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-options "-O2 -mcpu=G5 " } */

long long (*y)(int t);
long long get_alias_set (int t)
{
  return y(t);
}