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

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