Annotation of 43BSD/ucb/dbx/tests/cc/m1.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * Test of dynamic name resolution.
        !             3:  */
        !             4: 
        !             5: main ()
        !             6: {
        !             7:     int i;
        !             8: 
        !             9:     i = 2;
        !            10:     p(3);
        !            11: }
        !            12: 
        !            13: p (j)
        !            14: int j;
        !            15: {
        !            16:     int k;
        !            17: 
        !            18:     k = j;
        !            19: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.