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