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