blob: d89a42e49c64ea5f90450a0480b11e68134d76ac [file] [log] [blame]
f (c)
unsigned char c;
{
if (c != 0xFF)
abort ();
}
main ()
{
f (-1);
exit (0);
}