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