blob: 37d5b693934a7428d7aa006acf63c947c30ebfd4 [file] [log] [blame]
// { dg-do assemble }
// try throwing overloaded function
void f(int)
{
}
void f(long)
{
}
void g()
{
throw &f; // { dg-error "" } insufficient contextual information
}