blob: 1624f777995662f1bd6f0c98b6128657a1726002 [file] [log] [blame]
foo (a, b)
short a, b;
{
return a < b;
}