#include void bar(); void test() { try { bar(); } catch (std::string) {} }