blob: 48de0877d548bfdc874b02fc3d04e8873cd8dccc [file] [log] [blame]
#include "filter1.h"
struct e1 {};
struct e2 {};
void
ex_test ()
{
a aa;
try
{
throw e1 ();
}
catch (e2 &)
{
}
}