Test: int_overflow.cpp int_overflow.cpp:1:1: error: expected unqualified-id before 'return' 1 | return static_cast(pricePerUnit) * static_cast(quantity); // Use long long to prevent overflow | ^~~~~~