Annotation of researchv10no/cmd/ccom/vax/tests/f.i, revision 1.1.1.1

1.1       root        1: union U {
                      2:        long    u;
                      3: };
                      4: 
                      5: union U *f();
                      6: 
                      7: struct S {
                      8:        long    x;
                      9:        long    s;
                     10: };
                     11: 
                     12: union U Z;
                     13: 
                     14: main(){
                     15:        struct S *a;
                     16:        register struct S *r;
                     17:        
                     18:        a->s = f(r, a->s, (union U*) &Z)->u;
                     19: }
                     20: 

unix.superglobalmegacorp.com

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