Add execution tests of ARM EXT intrinsics
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-10.C
blobcac568e0b7a3c396820a9da88af8efa5c20204b0
1 // PR c++/12795
2 // { dg-do compile { target c++11 } }
3 // { dg-require-alias "" }
5 void foo()
7   extern void bar [[gnu::__alias__ ("BAR")]] (); // { dg-warning "ignored" }
8   bar ();