blob: 84f389e846d10aaec36bf21458d3567e6e5e2d0d [file] [log] [blame]
/* { dg-do run } */
extern int foo(void) __attribute__((alias("bar_b")));
int bar_b(void) {
return 1;
}