Test: int_overflow.cpp int_overflow.cpp:8:10: warning: multi-character character constant [-Wmultichar] 8 | {'std': 'cout <<', 'detected!': 'std::endl;\n return -1;'} | ^~~~~ int_overflow.cpp:8:17: warning: character constant too long for its type 8 | {'std': 'cout <<', 'detected!': 'std::endl;\n return -1;'} | ^~~~~~~~~ int_overflow.cpp:8:28: warning: character constant too long for its type 8 | {'std': 'cout <<', 'detected!': 'std::endl;\n return -1;'} | ^~~~~~~~~~~ int_overflow.cpp:8:41: warning: character constant too long for its type 8 | {'std': 'cout <<', 'detected!': 'std::endl;\n return -1;'} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int_overflow.cpp: In member function 'int PriceCalculator::calculateTotal(int, int)': int_overflow.cpp:8:15: error: expected ';' before ':' token 8 | {'std': 'cout <<', 'detected!': 'std::endl;\n return -1;'} | ^ int_overflow.cpp:9:5: warning: no return statement in function returning non-void [-Wreturn-type] 9 | } | ^