blob: c9b627b12dc87d273f6955efee0eba1230c48c6a [file] [log] [blame]
int a;
void
foo(void)
{
char buf[10];
a = a < sizeof(buf) ? a : sizeof (buf);
}