Sync usage with man page.
[netbsd-mini2440.git] / external / gpl3 / binutils / dist / ld / testsuite / ld-elfweak / size_bar.c
blob7f32890c8a30935f45b11603c8ed2553ef0863c5
1 #include <stdio.h>
3 void
4 bar ()
6 #ifdef SIZE_BIG
7 printf ("1\n");
8 printf ("2\n");
9 printf ("3\n");
10 #endif