2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib10.C
blob42d967dde60ed49965a410b6a2cde081e8786700
1 // PR c++/12795
2 // { dg-require-alias "" }
4 void foo()
6   extern void bar () __attribute__ ((__alias__ ("BAR"))); // { dg-warning "ignored" }
7   bar ();