Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_FS_1_19910112 - c/kcc/tq.c
There are no other files named tq.c in the archive.
extern int foo(const char *);
char *cp;
main() {
	foo(cp);
}