Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_FS_1_19910112 - c/kcc/bugif.c
There are no other files named bugif.c in the archive.
int printf();
main()
{
	if (1 != 1)
	    {
	    printf("? Uh-oh\n");
	    }
}