modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr39673-2.c (about) 1 unsigned long long f1(); 2 int f2(); 3 4 int store_aff_word(int x) { 5 return (int) (x ? f1() : f2()); 6 }