blob: 212d875cbd2a4621b2ddca3d9850467a16bb7452 [file] [log] [blame]
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-options "-O2 -force_cpusubtype_ALL -mpowerpc64" } */
long long (*y)(int t);
long long get_alias_set (int t)
{
return y(t);
}