blob: 6dc30be65023d2f5ef0bf2bd364b7af73fdcf350 [file] [log] [blame]
BUG2 (p) int *p;
{
int a = 0;
if (*p == a)
return 0;
else
return 1;
}