blob: ba161ac2b01e716e3027fe3203aaae6fb8a43180 [file] [log] [blame]
namespace {
struct A
{
virtual void f();
};
void A::f() { }
}
void g() { throw A(); }