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