#include #include template inline void panic [[noreturn]] (Args... args) { printf(args...); exit(1); }