perm filename RECBUG.SAI[S,AIL] blob
sn#288419 filedate 1977-06-15 generic text, type C, neo UTF8
COMMENT ⊗ VALID 00002 PAGES
C REC PAGE DESCRIPTION
C00001 00001
C00002 00002 begin "bug"
C00003 ENDMK
C⊗;
begin "bug"
comment spurious warning on record exchange;
record_class test(record_pointer (any_class) rp);
record_pointer (test) trp;
record_pointer (any_class) arp;
trp ← new_record(test);
arp ← new_record(test);
test:rp[arp] ← test:rp[trp] ← trp;
arp↔trp;
trp ↔ arp;
test:rp[arp] ↔ trp;
end "bug";