blob: 42d967dde60ed49965a410b6a2cde081e8786700 [file] [log] [blame]
// PR c++/12795
// { dg-require-alias "" }
void foo()
{
extern void bar () __attribute__ ((__alias__ ("BAR"))); // { dg-warning "ignored" }
bar ();
}