rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr39673-2.c

7 lines
100 B
C

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