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