This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib10.C
blob99459c78242ad3d1e5bd9ce79eb1fb1fd19c178d
1 // PR c++/12795
2 // { dg-require-alias "" }
4 void foo()
6   extern void bar () __attribute__ ((__alias__ ("BAR")));
7   bar ();