1 int a;
2 void
foo(void)3 foo(void)
4 {
5   char buf[10];
6   a = a < sizeof(buf) ? a : sizeof (buf);
7 }
8