Annotation of researchv10no/cmd/ccom/vax/a.c, revision 1.1

1.1     ! root        1: main()
        !             2: {      int i, j;
        !             3:        i = 4;
        !             4:        if(i & 5)
        !             5:                print("5\n");
        !             6:        if(i & 4)
        !             7:                print("4\n");
        !             8:        j = 3;
        !             9:        if((i+j)& 16)
        !            10:                print("16\n");
        !            11:        if((i+j) & 9)
        !            12:                print("9\n");
        !            13:        if((i+j)&4)
        !            14:                print("4\n");
        !            15:        if(!((i+j) & 16))
        !            16:                print("!16\n");
        !            17: }

unix.superglobalmegacorp.com

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