Annotation of 40BSD/cmd/sdb/TESTS/x.c, revision 1.1

1.1     ! root        1: main() {
        !             2:        foo(123456);
        !             3: }
        !             4: 
        !             5: foo(){
        !             6:        register        int     f_a, f_b;
        !             7:        f_a = 37;
        !             8:        f_b = 38;
        !             9:        bar();
        !            10: };
        !            11: 
        !            12: bar(){
        !            13:        register        int     b_a, b_b, b_c;
        !            14:        b_a = 2;
        !            15:        b_b = 3;
        !            16:        b_c = 4;
        !            17:        abort();
        !            18: }

unix.superglobalmegacorp.com

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