Annotation of researchv9/cmd/adb/sun/hello.c, revision 1.1

1.1     ! root        1: int x = 1;
        !             2: int *y;
        !             3: main()
        !             4: {
        !             5:        int i;
        !             6:        for (i = 0; i < 10; i++)
        !             7:                x++;
        !             8:        a(1,2,3);
        !             9:        x++;
        !            10: }
        !            11: 
        !            12: a(a1, a2, a3)
        !            13: {
        !            14:        int x1 = 0;
        !            15:        int x2 = 1;
        !            16:        b(3,4);
        !            17: }
        !            18: 
        !            19: b(b1,b2)
        !            20: {
        !            21:        int z1 = 7;
        !            22:        int z2 = 8;
        !            23: 
        !            24:        *y = 0;
        !            25: }

unix.superglobalmegacorp.com

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