blob: e00f1244fc404ccfb187b2138e20530dfc9cd9fd [file] [log] [blame]
foo (a, b)
long long a, b;
{
if (a == b)
return 0;
else
return 1;
}