blob: 68407a4375392ba905653447f3f01db63b768df8 [file] [log] [blame]
unsigned long long f1();
int f2();
int store_aff_word(int x) {
return (int) (x ? f1() : f2());
}