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