aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr39673-1.c
blob: d2e0387768b1e1046c700abab88c4892516f921e (plain)
1
2
3
4
5
6
unsigned long f1();
int f2();

int store_aff_word(int x) {
  return (int) (x ? f1() : f2());
}