#pragma GCC system_header
constexpr unsigned f() { constexpr int n = -1; return unsigned{n}; }
