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