@ -7,6 +7,7 @@ void print(int x)
int main()
{
print(static_cast<int>(5.5F));
constexpr float testVal { 5.5F };
print(static_cast<int>(testVal));
return 0;
}
The note is not visible to the blocked user.