OSDN Git Service

PR middle-end/51761
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr39673-1.c
1 unsigned long f1();
2 int f2();
3
4 int store_aff_word(int x) {
5   return (int) (x ? f1() : f2());
6 }