ref: 656c7dc0148256118fbc70cb19f9f8ce264ac542 dir: /tests/execute/0116-floatcmp.c/
int main() { int a = 0; float f = a + 1; return f == a; }