blob: fef6b368c865af25bc6baecb20078d57871f0ef9 [file] [log] [blame]
#include "spec3.h"
A::A() {}
void func() throw (B,A)
{
throw A();
}