#include <iostream>
#include <exception>
class bad
{
public:
bad() {}
~bad() { throw std::exception(); }
};
int main()
{
bad b;
bad b2;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8ZXhjZXB0aW9uPgoKY2xhc3MgYmFkCnsKcHVibGljOgpiYWQoKSB7fQp+YmFkKCkgeyB0aHJvdyBzdGQ6OmV4Y2VwdGlvbigpOyB9Cn07CgoKaW50IG1haW4oKQp7CiAgICBiYWQgYjsKICAgIGJhZCBiMjsKfQ==