blob: 1ffc2140fba8eaec84deeb7d84f131cd57b8b585 [file] [log] [blame]
foo (short *p, short a)
{
return a < *p;
}