c++: normalizing ttp constraints [PR115656]
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / 20040121-1.c
blob9589c40947deb72d761a628021401dfd5a9f22bf
1 /* { dg-do compile { target powerpc*-*-darwin* } } */
2 /* { dg-options "-O2 -mdejagnu-cpu=G5 " } */
4 long long (*y)(int t);
5 long long get_alias_set (int t)
7 return y(t);