Retro68/binutils/ld/testsuite/ld-elfweak/size_bar.c
2012-03-26 21:18:29 +02:00

12 lines
113 B
C

#include <stdio.h>
void
bar ()
{
#ifdef SIZE_BIG
printf ("1\n");
printf ("2\n");
printf ("3\n");
#endif
}