Placement of the opening brace for C++20 requires expressions.
requires (T t) { t++; }
requires (T t){ t++; }