|
|
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: abort(); ! 15: } ! 16: ! 17: sub(y,m) ! 18: struct z y; { ! 19: y.i++; ! 20: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.