1 #include <stdio.h>
2 
3 void
bar()4 bar ()
5 {
6 #ifdef SIZE_BIG
7   printf ("1\n");
8   printf ("2\n");
9   printf ("3\n");
10 #endif
11 }
12