4.1cBSD/usr/src/ucb/dbx/test/own.c
Compare this file to the similar file:
17: 4.4BSD/usr/src/old/dbx/tests/cc/own.c
17: 4.3BSD-Reno/src/pgrm/dbx/tests/cc/own.c
17: 4.3BSD-Tahoe/usr/src/lib/old_compiler/dbx/tests/cc/own.c
17: 4.3BSD-Tahoe/usr/src/ucb/dbx/tests/cc/own.c
17: 4.3BSD/usr/src/ucb/dbx/tests/cc/own.c
Show the results in this format:
main() { f(3); f(4); } f(x) int x; { static int ownx; ownx = x; }