int main() { float x = 2 * 2; if (x < 2) return 0; else return 1; }