4.1cBSD/usr/src/ucb/dbx/test/own.c

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

main()
{
    f(3);
    f(4);
}

f(x)
int x;
{
    static int ownx;

    ownx = x;
}