# no inline print e.g. for compiler explorer ``` template void __attribute__ ((noinline)) P(T x) { std::cout << x; } ```