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