int main() { int a; bool hey; float test; string what; /*hey = true;*/ hey = true; if (1 < 2) { return 1; } else { return 1; } return 0; }