Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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;