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

7 lines
95 B
C

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