```cpp #include <botan/bigint.h> int main(void) { Botan::BigInt("0") >> (uint32_t)-1; return 0; } ``` ``` terminate called after throwing an instance of 'std::length_error' what(): vector::_M_default_append Aborted (core dumped) ```