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