Annotation of 43BSD/old/sdb/TESTS/z.c, revision 1.1

1.1     ! root        1: struct z{
        !             2:        int i,j,k;
        !             3: } ;
        !             4: 
        !             5: main() {
        !             6:        struct z a;
        !             7: 
        !             8:        a.i = 3;
        !             9:        a.j = 4;
        !            10:        a.k = 5;
        !            11: 
        !            12:        sub(a,12);
        !            13: 
        !            14:        printf("Hello sailor\n");
        !            15:        abort();
        !            16: }
        !            17: 
        !            18: sub(y,m)
        !            19: struct z y; {
        !            20:        y.i++;
        !            21: }

unix.superglobalmegacorp.com

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