2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / special / wkali-2b.c
blob84f389e846d10aaec36bf21458d3567e6e5e2d0d
1 /* { dg-do run } */
3 extern int foo(void) __attribute__((alias("bar_b")));
5 int bar_b(void) {
6 return 1;