blob: f45f1a9a7259430aa5438d4bfdfcd8516ec7409c [file] [log] [blame]
void foo()
{
throw(x);
throw (y);
throw (z);
}