4.4BSD/usr/src/old/pcc/ccom.tahoe/tests/dev.c

Compare this file to the similar file:
Show the results in this format:

typedef	unsigned short dev_t;

main()
{
	dev_t x = (dev_t)(-1);

	if (x == (dev_t)(-1))
		printf("ok\n");
	else
		printf("nope\n");
}