no inline print

e.g. for compiler explorer

template<typename T>
void __attribute__ ((noinline)) P(T x)
{ std::cout << x; }