#include void print(int x) { std::cout << x; } int main() { print(static_cast(5.5F)); return 0; }