rt_gccstream/gcc/testsuite/gcc.dg/attr-alias-1.c

9 lines
164 B
C

/* PR c++/12795 */
/* { dg-require-alias "" } */
void foo()
{
extern void bar () __attribute__ ((__alias__ ("BAR"))); /* { dg-warning "ignored" } */
bar ();
}