spec3_y.C   [plain text]


#include "spec3.h"

A::A() {}

void func() throw (B,A)
{
  throw A();
}