https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85821
--- Comment #6 from Andrey Bolshakov <bolsh.andrey at yandex dot ru> ---
> you could use consteval
But yeah, this works not in all contexts. The following still compiles unless
test() is called:
consteval void test() {
(void)9223372036854775808_s;
}
